<?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 There is no issue with ajax in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Connect-webservice-https-port-443/m-p/1076935#M60237</link>
    <description>&lt;P&gt;There is no issue with ajax calling HTTPS, this generally is an issue with the server you are calling, this could be because it is expecting a certificate chain to be presented to the call, the cross-origin policy is not setup properly or something else.&lt;/P&gt;

&lt;P&gt;One way around this if you dont have access to the server or the chain is to use function JSONP which is designed &lt;SPAN class="st" data-hveid="43"&gt;to overcome the cross-domain restrictions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;You can read about it at &lt;A href="http://api.jquery.com/jquery.getjson/" target="_blank"&gt;http://api.jquery.com/jquery.getjson/&lt;/A&gt; or to see a good example visit &lt;A href="https://www.sitepoint.com/jsonp-examples/" target="_blank"&gt;https://www.sitepoint.com/jsonp-examples/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;

&lt;P&gt;Ta&lt;/P&gt;

&lt;P&gt;Mitch&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 16 Sep 2016 11:38:31 GMT</pubDate>
    <dc:creator>Mitchell_Franklin</dc:creator>
    <dc:date>2016-09-16T11:38:31Z</dc:date>
    <item>
      <title>Connect webservice https(port 443)</title>
      <link>https://community.intel.com/t5/Software-Archive/Connect-webservice-https-port-443/m-p/1076934#M60236</link>
      <description>hi.
i am create Mobileapp connect  web service
my code


$.getJSON(serviceURL, function(data) {
        $.each(data, function(index, data_obj) {
            alert(data_obj.Id);
        });
    });


this work on http 
but https i have response "Failed to load resource: net::ERR_INSECURE_RESPONSE "

how to connect webservice https by intel xdk

Please Reply   Thank you</description>
      <pubDate>Thu, 15 Sep 2016 03:26:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connect-webservice-https-port-443/m-p/1076934#M60236</guid>
      <dc:creator>wasan_l_</dc:creator>
      <dc:date>2016-09-15T03:26:19Z</dc:date>
    </item>
    <item>
      <title>There is no issue with ajax</title>
      <link>https://community.intel.com/t5/Software-Archive/Connect-webservice-https-port-443/m-p/1076935#M60237</link>
      <description>&lt;P&gt;There is no issue with ajax calling HTTPS, this generally is an issue with the server you are calling, this could be because it is expecting a certificate chain to be presented to the call, the cross-origin policy is not setup properly or something else.&lt;/P&gt;

&lt;P&gt;One way around this if you dont have access to the server or the chain is to use function JSONP which is designed &lt;SPAN class="st" data-hveid="43"&gt;to overcome the cross-domain restrictions.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;You can read about it at &lt;A href="http://api.jquery.com/jquery.getjson/" target="_blank"&gt;http://api.jquery.com/jquery.getjson/&lt;/A&gt; or to see a good example visit &lt;A href="https://www.sitepoint.com/jsonp-examples/" target="_blank"&gt;https://www.sitepoint.com/jsonp-examples/&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Hope this helps&lt;/P&gt;

&lt;P&gt;Ta&lt;/P&gt;

&lt;P&gt;Mitch&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Sep 2016 11:38:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Connect-webservice-https-port-443/m-p/1076935#M60237</guid>
      <dc:creator>Mitchell_Franklin</dc:creator>
      <dc:date>2016-09-16T11:38:31Z</dc:date>
    </item>
  </channel>
</rss>

