<?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: http vs https in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185628#M17252</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CADGIS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The proper way to fix this is to update your JS API code to use https urls. Using mixed content is always going to be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may running into the issue addressed here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/supporting-multiple-iis-site-bindings" title="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/supporting-multiple-iis-site-bindings"&gt;Supporting Multiple IIS Site Bindings | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Nov 2017 14:38:30 GMT</pubDate>
    <dc:creator>RobertScheitlin__GISP</dc:creator>
    <dc:date>2017-11-09T14:38:30Z</dc:date>
    <item>
      <title>http vs https</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185627#M17251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi..&lt;/P&gt;&lt;P&gt;I have a .net web application (main) calling another arcgis java script web application (map_app) and embed it inside the main application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything was working fine until we made little&amp;nbsp; change&amp;nbsp; as follows :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main application is changed to&amp;nbsp; - https - from http. The map_app &amp;amp; the map services are&amp;nbsp; still&amp;nbsp; in http. After these changes map_app is not working at all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be gratefully appreciated .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 11:16:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185627#M17251</guid>
      <dc:creator>cadgism</dc:creator>
      <dc:date>2017-11-09T11:16:51Z</dc:date>
    </item>
    <item>
      <title>Re: http vs https</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185628#M17252</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CADGIS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;The proper way to fix this is to update your JS API code to use https urls. Using mixed content is always going to be an issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may running into the issue addressed here:&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/supporting-multiple-iis-site-bindings" title="https://docs.microsoft.com/en-us/dotnet/framework/wcf/feature-details/supporting-multiple-iis-site-bindings"&gt;Supporting Multiple IIS Site Bindings | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Nov 2017 14:38:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185628#M17252</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2017-11-09T14:38:30Z</dc:date>
    </item>
    <item>
      <title>Re: http vs https</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185629#M17253</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mixed contents inside the same application are not supported. Just change all of the contents for the application to work using HTTPS, including the API references. If you don't know all the places where to change make a Find/Replace in your projects or try to use a kind of URL Rewriter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Nov 2017 11:02:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185629#M17253</guid>
      <dc:creator>rgomes</dc:creator>
      <dc:date>2017-11-10T11:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: http vs https</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185630#M17254</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank You Rafael Gomes..&lt;/P&gt;&lt;P&gt;Can you explain little more please..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The main application is https. The map_app is embedded inside the main application as iframe. The map_app&amp;nbsp; application access many services from more than one arcgis server. All these services are published as http services.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i understand you right, you are suggesting to&amp;nbsp; re-publish all the services in https ?.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Nov 2017 07:18:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185630#M17254</guid>
      <dc:creator>cadgism</dc:creator>
      <dc:date>2017-11-12T07:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: http vs https</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185631#M17255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you do not need to republish. But you can enabled binding HTTP and HTTPS to the services.&amp;nbsp;&lt;BR /&gt;If you permit any procotol (HTTP and HTTPS) just need to configure all the references inside your main application to use just HTTPS requests.&amp;nbsp;&lt;BR /&gt;With this any other application or arcgis server continue to permit the use of HTTP.&lt;BR /&gt;&lt;BR /&gt;The mixed content is prohibited just for each independent application. In other words you can provide one or more HTTP application and one or more independent HTTPS application, using the same services if the protocol are enable. You just can't do the access inside the same main application using diferent protocols.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2017 13:31:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/http-vs-https/m-p/185631#M17255</guid>
      <dc:creator>rgomes</dc:creator>
      <dc:date>2017-11-13T13:31:28Z</dc:date>
    </item>
  </channel>
</rss>

