<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VEGeocoder using HTTPS? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462270#M42729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll give it go. THANKS!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Aug 2013 17:58:03 GMT</pubDate>
    <dc:creator>GordonBooth</dc:creator>
    <dc:date>2013-08-23T17:58:03Z</dc:date>
    <item>
      <title>VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462266#M42725</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Is it possible to access the Bing VEGeocoder using HTTPS? My web and GIS servers both use HTTPS but the VEGeocoder uses HTTP, even though the Bing basemaps use HTTPS? Any help is appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jul 2013 12:35:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462266#M42725</guid>
      <dc:creator>DerekWicks1</dc:creator>
      <dc:date>2013-07-24T12:35:52Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462267#M42726</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you figure this out? I'm having a similar issue.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Aug 2013 14:20:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462267#M42726</guid>
      <dc:creator>GordonBooth</dc:creator>
      <dc:date>2013-08-22T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462268#M42727</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hope this forum help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://forums.arcgis.com/threads/41522-Access-Bing-maps-via-SSL-https"&gt;http://forums.arcgis.com/threads/41522-Access-Bing-maps-via-SSL-https&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 03:05:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462268#M42727</guid>
      <dc:creator>VinayBansal</dc:creator>
      <dc:date>2013-08-23T03:05:28Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462269#M42728</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i've logged a defect with regard to this problem.&amp;nbsp; [NIM094284: Bing address locator always uses HTTP]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;in the meantime, you could use a technique similar to what is described in the forum thread Vinay linked to to manually update the url for the request in your code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;esriRequest.setRequestPreCallback(myCallbackFunction);

...

function myCallbackFunction(ioArgs) {&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; if (ioArgs.url == "http://serverapi.arcgisonline.com/veadaptor/production/services/geocode/geocode") {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ioArgs.url = "https://serverapi.arcgisonline.com/veadaptor/production/services/geocode/geocode";
&amp;nbsp;&amp;nbsp;&amp;nbsp; }
&amp;nbsp;&amp;nbsp;&amp;nbsp; // don't forget to return ioArgs.
&amp;nbsp;&amp;nbsp;&amp;nbsp; return ioArgs;
}&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;sorry for the inconvenience!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:32:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462269#M42728</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-11T20:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462270#M42729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'll give it go. THANKS!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Aug 2013 17:58:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462270#M42729</guid>
      <dc:creator>GordonBooth</dc:creator>
      <dc:date>2013-08-23T17:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462271#M42730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;as an alternative, you could also dig into the object after its been instantiated and modify the relevant internal property to workaround the problem.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;var locator = new VEGeocoder({bingMapsKey: 'yourkeyhere'});
locator._url.path = locator._url.path.replace("http", "https");&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 20:32:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462271#M42730</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2021-12-11T20:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: VEGeocoder using HTTPS?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462272#M42731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks John - this option is much better and works perfectly.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 15:55:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/vegeocoder-using-https/m-p/462272#M42731</guid>
      <dc:creator>GordonBooth</dc:creator>
      <dc:date>2013-08-26T15:55:24Z</dc:date>
    </item>
  </channel>
</rss>

