<?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: widget usage in Mashups in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262942#M6910</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I see. For your server A, Qlik sense server is an external server. Therefore referencing anything on Qlik sense server will cause CORS error.&lt;/P&gt;&lt;P&gt;You can try &lt;SPAN class="autonumber" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/registerExtension-method.htm" style="color: #007fca; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;registerExtension&lt;/SPAN&gt; &lt;/A&gt;‌method to create the object on the fly. &lt;A href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm" title="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm"&gt;https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm&lt;/A&gt;‌. Just an alternative solution.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-11-18 09_47_21-Graphs.pptx - PowerPoint.png" class="jive-image image-1" height="193" src="/legacyfs/online/144224_2016-11-18 09_47_21-Graphs.pptx - PowerPoint.png" style="height: 192.605px; width: 285px;" width="285" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Nov 2016 01:53:56 GMT</pubDate>
    <dc:creator>Wuzhong_Zhu</dc:creator>
    <dc:date>2016-11-18T01:53:56Z</dc:date>
    <item>
      <title>widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262939#M6907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;what are steps to use Widgets in Mashups which is deployed in the external web server(Referring external as a independent web server for Mashups)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the json CORS error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Not seeing any solutions or suggestions or documents for the same... Any suggestions...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 00:08:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262939#M6907</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2016-11-17T00:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262940#M6908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.CORS error is usually caused by referencing resouces on external server.&lt;/P&gt;&lt;P&gt;Could you check you extension to see if it is linked to..for example CSS or image on qlik server?&lt;/P&gt;&lt;P&gt;You can either try to use requirejs to load them.&lt;/P&gt;&lt;P&gt;Or turn off CORS checking on your browser.(Easier but not scalable)&lt;/P&gt;&lt;P&gt;&lt;A href="http://testingfreak.com/how-to-fix-cross-origin-request-security-cors-error-in-firefox-chrome-and-ie/" title="http://testingfreak.com/how-to-fix-cross-origin-request-security-cors-error-in-firefox-chrome-and-ie/"&gt;http://testingfreak.com/how-to-fix-cross-origin-request-security-cors-error-in-firefox-chrome-and-ie/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 06:16:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262940#M6908</guid>
      <dc:creator>Wuzhong_Zhu</dc:creator>
      <dc:date>2016-11-17T06:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262941#M6909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(a) Mashups are hosted in server A(IIS server for Mashups).&lt;/P&gt;&lt;P&gt;(b) It is referencing the Qlik sense server for widgets,QVF, extensions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If your question is the widgets/extensions are using any external files in the web. Answer is no.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We cannot change the browser setting.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 20:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262941#M6909</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2016-11-17T20:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262942#M6910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ah I see. For your server A, Qlik sense server is an external server. Therefore referencing anything on Qlik sense server will cause CORS error.&lt;/P&gt;&lt;P&gt;You can try &lt;SPAN class="autonumber" style="font-weight: bold; color: #0f0f0f; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt; &lt;/SPAN&gt;&lt;A href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/APIs/Content/MashupAPI/Methods/registerExtension-method.htm" style="color: #007fca; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px;"&gt;&lt;SPAN class="syntax" style="background-color: #f4f4f4; font-family: Monaco, Menlo, Consolas, 'Courier New', monospace; font-size: 12px;"&gt;registerExtension&lt;/SPAN&gt; &lt;/A&gt;‌method to create the object on the fly. &lt;A href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm" title="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm"&gt;https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm&lt;/A&gt;‌. Just an alternative solution.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-11-18 09_47_21-Graphs.pptx - PowerPoint.png" class="jive-image image-1" height="193" src="/legacyfs/online/144224_2016-11-18 09_47_21-Graphs.pptx - PowerPoint.png" style="height: 192.605px; width: 285px;" width="285" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Nov 2016 01:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262942#M6910</guid>
      <dc:creator>Wuzhong_Zhu</dc:creator>
      <dc:date>2016-11-18T01:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262943#M6911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Wuzhong. Do we have any reference how to register widgets.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Nov 2016 14:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262943#M6911</guid>
      <dc:creator>brindlogcool</dc:creator>
      <dc:date>2016-11-22T14:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: widget usage in Mashups</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262944#M6912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link is for register widgets&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm" rel="nofollow" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #f2f2f2;" target="_blank"&gt;https://help.qlik.com/en-US/sense-developer/3.0/Subsystems/Mashups/Content/Howtos/create-extension-on-the-fly.htm&lt;/A&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;You could also include CORS header if the server allows&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 12px; background-color: #f2f2f2;"&gt;&lt;A href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS" title="https://developer.mozilla.org/en-US/docs/Web/HTTP/Access_control_CORS"&gt;HTTP access control (CORS) - HTTP | MDN&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2016 04:41:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/widget-usage-in-Mashups/m-p/1262944#M6912</guid>
      <dc:creator>Wuzhong_Zhu</dc:creator>
      <dc:date>2016-11-25T04:41:12Z</dc:date>
    </item>
  </channel>
</rss>

