Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello.
I need your help.
I put the image URL in the map chart
The error below was found in the browser development tool.
***
Chrome Error :
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'http://qlik sense server URL' has been blocked by CORS policy: The request client is not a secure context and the resource is in more-private address space `private`
Edge Error:
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'qlik sense server URL' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
***
How do I fix this?
Hi,
Are you on Qlik Sense On Premise or Qlik Cloud ?
You need to add CORS policy in the QMC, and the configuration is different regarding the solution
Best
Hello Mpc
We are working in Qlik Sense on Premise.
We have changed the settings on the server that serves the image.
and then It's showing on the edge. It's still not working on chrome.
It's showing differently depending on the browser.
We still can't find the answer.
Best Regards.
Browser can have different policies regarding access to external resources, and then you need to configure Qlik Sense to allow it.
Can you share your Chrome console (F12 shotrcut) :
Best
Check the CORS settings and use https for image urls
Hello
Chrome message is same.
********************
Edge Error:
Access to image at 'http://image server/path_1/path_2/image_Title.png' from origin 'qlik sense server URL' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
********************
Best Regards
Hi,
Perfect, then you can try the following process: Mixed Content and CORS error for Access-Control-Al... - Qlik Community - 1715904
Pleas note that using HTTP resource in HTTPS should be ban for security reason.
Best