<?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>article Qlik Sense Enterprise on Windows Mixed Content and CORS error for Access-Control-Allow-Origin, Mashup fails to load when deployed on web server in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/ta-p/1715904</link>
    <description>&lt;P&gt;A Mixed Content error and CORS errors are displayed in a Qlik Sense Enterprise on Windows Environment running HTTPS, and a Web server hosting a mashup on HTTP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Sense Mashups may fail to render when deployed to a web server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example setup:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Webapp server is running HTTP (e.g. in development)&lt;/LI&gt;
&lt;LI&gt;Qlik is running HTTPS only.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example error messages:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Access to XMLHttpRequest at []&amp;nbsp;from origin '[]' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value '[]' that is not equal to the supplied origin.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Origin null not found in Access-Control-Allow-Origin header.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;XMLHttpRequest cannot load. No 'Access-Control-Allow-Origin' header is present on the requested resource.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlhttpreaquest cannot load.png" style="width: 546px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87574i4AF53443DB864C5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="xmlhttpreaquest cannot load.png" alt="xmlhttpreaquest cannot load.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="access is denied.png" style="width: 526px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87573iF060DBA9A54822F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="access is denied.png" alt="access is denied.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;Avoid mixed content&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;The first solution is to avoid mixed content (&lt;SPAN&gt;HTTP &lt;/SPAN&gt;and &lt;SPAN&gt;HTTPS&lt;/SPAN&gt;). If this cannot be avoided,&amp;nbsp;configure the required additional response header for CORS protection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;Enable CORS protection&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Before configuring CORS protection, &lt;SPAN&gt;verify that the host is included in the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Host allow list&lt;/FONT&gt;&lt;/STRONG&gt;. For details on how this is configured, see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-configure-the-WebSocket-origin-allow-list-and-best/ta-p/1716765" target="_blank" rel="noopener"&gt;How to configure the WebSocket origin allow list and best practices&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Example: A mashup is hosted on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;http://localhost:8080&lt;/FONT&gt;, and Qlik Sense is hosted on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;https://my-sense-server&lt;/FONT&gt;. Including "localhost" in the allow list is not sufficient; include explicitly both the protocol and port in this case (* will not include the port):&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="http://localhost:8080/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://localhost:8080/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost:8080&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you have multiple hostnames, include all in the allow list.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;To configure the additional response header for&amp;nbsp;&lt;/SPAN&gt;CORS protection:&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Open the &lt;STRONG&gt;Qlik Sense Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Navigate to &lt;STRONG&gt;Virtual proxies&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Select the &lt;STRONG&gt;Virtual proxy&lt;/STRONG&gt; in use for the hub&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Expand the &lt;STRONG&gt;Advanced properties&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Configure the &lt;STRONG&gt;Additional response headers&lt;/STRONG&gt;&amp;nbsp;by adding the following:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;&lt;EM&gt;Access-Control-Allow-Credentials: true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Access-Control-Expose-Headers: qlik-csrf-token&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik csrf token.png" style="width: 670px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187435i00EC217547E2DBDA/image-dimensions/670x499?v=v2" width="670" height="499" role="button" title="qlik csrf token.png" alt="qlik csrf token.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If the allow list and CORS protection have been configured correctly in Qlik Sense, but the issue continues, the root cause may be your web portal or web page host's configuration.&amp;nbsp;Contact the web service provider or web server administrator for further troubleshooting and configuration.&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Qlik Sense Enterprise on Windows&lt;/P&gt;</description>
    <pubDate>Wed, 25 Mar 2026 14:09:54 GMT</pubDate>
    <dc:creator>Sonja_Bauernfeind</dc:creator>
    <dc:date>2026-03-25T14:09:54Z</dc:date>
    <item>
      <title>Qlik Sense Enterprise on Windows Mixed Content and CORS error for Access-Control-Allow-Origin, Mashup fails to load when deployed on web server</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/ta-p/1715904</link>
      <description>&lt;P&gt;A Mixed Content error and CORS errors are displayed in a Qlik Sense Enterprise on Windows Environment running HTTPS, and a Web server hosting a mashup on HTTP.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Qlik Sense Mashups may fail to render when deployed to a web server.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#339966"&gt;Example setup:&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Webapp server is running HTTP (e.g. in development)&lt;/LI&gt;
&lt;LI&gt;Qlik is running HTTPS only.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example error messages:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px" data-unlink="true"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;Access to XMLHttpRequest at []&amp;nbsp;from origin '[]' has been blocked by CORS policy: The 'Access-Control-Allow-Origin' header has a value '[]' that is not equal to the supplied origin.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;Origin null not found in Access-Control-Allow-Origin header.&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;XMLHttpRequest cannot load. No 'Access-Control-Allow-Origin' header is present on the requested resource.&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="xmlhttpreaquest cannot load.png" style="width: 546px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87574i4AF53443DB864C5C/image-size/large?v=v2&amp;amp;px=999" role="button" title="xmlhttpreaquest cannot load.png" alt="xmlhttpreaquest cannot load.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;FONT face="courier new,courier"&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="access is denied.png" style="width: 526px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/87573iF060DBA9A54822F5/image-size/large?v=v2&amp;amp;px=999" role="button" title="access is denied.png" alt="access is denied.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H3&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Resolution&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H3&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;Avoid mixed content&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;The first solution is to avoid mixed content (&lt;SPAN&gt;HTTP &lt;/SPAN&gt;and &lt;SPAN&gt;HTTPS&lt;/SPAN&gt;). If this cannot be avoided,&amp;nbsp;configure the required additional response header for CORS protection.&lt;/SPAN&gt;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;Enable CORS protection&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P&gt;Before configuring CORS protection, &lt;SPAN&gt;verify that the host is included in the &lt;STRONG&gt;&lt;FONT color="#339966"&gt;Host allow list&lt;/FONT&gt;&lt;/STRONG&gt;. For details on how this is configured, see&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-configure-the-WebSocket-origin-allow-list-and-best/ta-p/1716765" target="_blank" rel="noopener"&gt;How to configure the WebSocket origin allow list and best practices&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P data-unlink="true"&gt;Example: A mashup is hosted on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;http://localhost:8080&lt;/FONT&gt;, and Qlik Sense is hosted on&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;FONT face="courier new,courier"&gt;https://my-sense-server&lt;/FONT&gt;. Including "localhost" in the allow list is not sufficient; include explicitly both the protocol and port in this case (* will not include the port):&lt;/P&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;A href="http://localhost:8080/" target="_blank" rel="nofollow noopener noreferrer"&gt;http://localhost:8080&lt;/A&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;A href="https://localhost:8080/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://localhost:8080&lt;/A&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;BLOCKQUOTE class="quote"&gt;If you have multiple hostnames, include all in the allow list.&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN class="feeditemtext cxfeeditemtext"&gt;To configure the additional response header for&amp;nbsp;&lt;/SPAN&gt;CORS protection:&lt;/P&gt;
&lt;OL&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Open the &lt;STRONG&gt;Qlik Sense Management Console&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Navigate to &lt;STRONG&gt;Virtual proxies&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Select the &lt;STRONG&gt;Virtual proxy&lt;/STRONG&gt; in use for the hub&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Expand the &lt;STRONG&gt;Advanced properties&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI class="feeditemtext cxfeeditemtext"&gt;Configure the &lt;STRONG&gt;Additional response headers&lt;/STRONG&gt;&amp;nbsp;by adding the following:&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN data-teams="true"&gt;&lt;EM&gt;Access-Control-Allow-Credentials: true&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;Access-Control-Expose-Headers: qlik-csrf-token&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Example:&lt;/P&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="qlik csrf token.png" style="width: 670px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/187435i00EC217547E2DBDA/image-dimensions/670x499?v=v2" width="670" height="499" role="button" title="qlik csrf token.png" alt="qlik csrf token.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE class="quote"&gt;If the allow list and CORS protection have been configured correctly in Qlik Sense, but the issue continues, the root cause may be your web portal or web page host's configuration.&amp;nbsp;Contact the web service provider or web server administrator for further troubleshooting and configuration.&amp;nbsp;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;Qlik Sense Enterprise on Windows&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2026 14:09:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/ta-p/1715904</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2026-03-25T14:09:54Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Content and CORS error for Access-Control-Allow-Origin, Mashup fails to load when deployed on web server</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527312#M16255</link>
      <description>&lt;P&gt;Is `&lt;FONT face="courier new,courier"&gt;Access-Control-Allow-Origin&lt;/FONT&gt;` still required in Qlik Sense May 2025? I found it to be set automatically if I access a mashup from &lt;A href="https://localhost:3000" target="_blank"&gt;https://localhost:3000&lt;/A&gt;, the header is &lt;A href="https://localhost:3000" target="_blank"&gt;https://localhost:3000&lt;/A&gt;,&amp;nbsp;&amp;nbsp;if I access it from&amp;nbsp;&lt;A href="https://localhost:3001" target="_blank"&gt;https://localhost:3001&lt;/A&gt;,&amp;nbsp;&amp;nbsp;it is&amp;nbsp;&lt;A href="https://localhost:3000" target="_blank"&gt;https://localhost:3000&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;If I access it from&amp;nbsp;&lt;A href="https://hostname/extensions/myextension/index.html" target="_blank"&gt;https://hostname/extensions/myextension/index.html&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;, the header is not there (as the origin is the same as the engine api requests, the header is not necessary).&lt;/P&gt;&lt;P&gt;If I set the header to "&lt;A href="https://foobar" target="_blank"&gt;https://foobar&lt;/A&gt;" or "https;//localhost:3000", the behavior does not change at all, it still sets the header for port 3000 and 3001.&lt;/P&gt;&lt;P&gt;It seems it is set automatically and setting it in the virtual proxy has no effect at all.&lt;/P&gt;&lt;P&gt;(There is no HTTP proxy in between that could add the header.)&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 10:08:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527312#M16255</guid>
      <dc:creator>christopherkramer</dc:creator>
      <dc:date>2025-08-14T10:08:34Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Content and CORS error for Access-Control-Allow-Origin, Mashup fails to load when deployed on web server</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527313#M16256</link>
      <description>&lt;P&gt;Typo. Corection: if I access it from&amp;nbsp;&lt;A href="https://localhost:3001" target="_blank"&gt;https://localhost:3001&lt;/A&gt;&amp;nbsp;,&amp;nbsp;&amp;nbsp;it is&amp;nbsp;&lt;A href="https://localhost:3001" target="_blank"&gt;https://localhost:3001&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 10:09:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527313#M16256</guid>
      <dc:creator>christopherkramer</dc:creator>
      <dc:date>2025-08-14T10:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Mixed Content and CORS error for Access-Control-Allow-Origin, Mashup fails to load when deployed on web server</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527396#M16258</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/148283"&gt;@christopherkramer&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked with one of our subject matter experts on this:&lt;/P&gt;
&lt;P&gt;&lt;SPAN data-teams="true"&gt;It's based on the host allow list; no need to input ports. Localhost and actual servername (not external DNS names) are automatically considered trusted, so you only need to add external DNS names or mashup server names to the allowlist.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2025 05:35:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/Qlik-Sense-Enterprise-on-Windows-Mixed-Content-and-CORS-error/tac-p/2527396#M16258</guid>
      <dc:creator>Sonja_Bauernfeind</dc:creator>
      <dc:date>2025-08-15T05:35:32Z</dc:date>
    </item>
  </channel>
</rss>

