function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Arnaud CombesArnaud Combes 

Add HTTP in Whitelist (CORS)

Hello,

In my salesforce website, I make a redirection to another website and I would like to get it with JQUERY. The problem is that I have this error message :  'Access-Control-Allow-Origin' 
To avoid that, I need to add my website in Whitelist (CORS) but I can't because in Salesforce, it is possible to add a website in Whitelist only if it is in HTTPS, and not in HTTP.
Is there another way to do that ?

Regards,