I want to access my intranet page using UrlFetchApp.fetch method.
While accessing the intranet for url ="
http://abc.com", it is throwing DNS error. If I append X-secureDataConnectorDebug=text, I am getting response.getContentText() as sdc_internet_routing : SDC_NOT_ENABLED_FOR_DOMAIN
Google say secure data connector has been deprecated. How to proceed further?
Any solution.