<?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: CORS on Qlik Sense Desktop in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795832#M14082</link>
    <description>&lt;P&gt;&lt;SPAN&gt;CORS- It allows you to make requests from one website to another website in the browser, which is normally prohibited by another browser policy. As this is security-related. there are no specific settings on qlik sense desktop to avoid this error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alternatively, you can create a chrome browser shortcut with web security disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Launch chrome exe with the parameter which disables the web security&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;chrome.exe --user-data-dir="C://tmpChromeSession" --disable-web-security&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://stackoverflow.com/questions/24290149/creating-google-chrome-shortcut-with-disable-web-security#:~:text=Just%20clone%20the%20shortcut%20for,dir%3D%22C%3A%5CtmpChromeSession%22" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/24290149/creating-google-chrome-shortcut-with-disable-web-security#:~:text=Just%20clone%20the%20shortcut%20for,dir%3D%22C%3A%5CtmpChromeSession%22&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Mar 2021 21:16:24 GMT</pubDate>
    <dc:creator>Christopher_prem</dc:creator>
    <dc:date>2021-03-31T21:16:24Z</dc:date>
    <item>
      <title>CORS on Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1707761#M12837</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I am new to Qlik and I am testing the Desktop version to call the API from a web page.&lt;BR /&gt;I have created a simple example, but I get the following error:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Access to XMLHttpRequest at '&lt;A href="http://localhost:4848/api/v1/csrf-token" target="_blank"&gt;http://localhost:4848/api/v1/csrf-token&lt;/A&gt;' from origin '&lt;A href="http://localhost:8080" target="_blank"&gt;http://localhost:8080&lt;/A&gt;' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;I have read that you can modify this in the server configuration, but I cannot find how to do it in the Desktop version.&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Miguel Ángel&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 02:15:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1707761#M12837</guid>
      <dc:creator>mamltdv</dc:creator>
      <dc:date>2024-11-16T02:15:26Z</dc:date>
    </item>
    <item>
      <title>Re: CORS on Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1778001#M13772</link>
      <description>&lt;P&gt;I Also have the same issue, tried multiple options and nothing worked. Eagarly looking for the solution.&amp;nbsp;@Anonymous team can help us with this?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2021 09:12:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1778001#M13772</guid>
      <dc:creator>Nagesh_Bandaru</dc:creator>
      <dc:date>2021-01-28T09:12:12Z</dc:date>
    </item>
    <item>
      <title>Re: CORS on Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795567#M14077</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/118304"&gt;@mamltdv&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you provide a sample code showing which API you are trying to call and steps to replicate the issue ?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 09:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795567#M14077</guid>
      <dc:creator>Damien_V</dc:creator>
      <dc:date>2021-03-30T09:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: CORS on Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795658#M14078</link>
      <description>&lt;P&gt;Runnning below command from the Run is fixed the issue:&lt;/P&gt;&lt;P&gt;chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security&lt;/P&gt;</description>
      <pubDate>Tue, 30 Mar 2021 12:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795658#M14078</guid>
      <dc:creator>Nagesh_Bandaru</dc:creator>
      <dc:date>2021-03-30T12:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: CORS on Qlik Sense Desktop</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795832#M14082</link>
      <description>&lt;P&gt;&lt;SPAN&gt;CORS- It allows you to make requests from one website to another website in the browser, which is normally prohibited by another browser policy. As this is security-related. there are no specific settings on qlik sense desktop to avoid this error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Alternatively, you can create a chrome browser shortcut with web security disabled.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Launch chrome exe with the parameter which disables the web security&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Example:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;chrome.exe --user-data-dir="C://tmpChromeSession" --disable-web-security&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&lt;A href="https://stackoverflow.com/questions/24290149/creating-google-chrome-shortcut-with-disable-web-security#:~:text=Just%20clone%20the%20shortcut%20for,dir%3D%22C%3A%5CtmpChromeSession%22" target="_blank" rel="noopener"&gt;https://stackoverflow.com/questions/24290149/creating-google-chrome-shortcut-with-disable-web-security#:~:text=Just%20clone%20the%20shortcut%20for,dir%3D%22C%3A%5CtmpChromeSession%22&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Mar 2021 21:16:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/CORS-on-Qlik-Sense-Desktop/m-p/1795832#M14082</guid>
      <dc:creator>Christopher_prem</dc:creator>
      <dc:date>2021-03-31T21:16:24Z</dc:date>
    </item>
  </channel>
</rss>

