RESOLVING ISSUE WITH CROSS ORIGIN RESOURCE SHARING POLICY FOR WEBSITES
May 12, 2016 / by Marco / Categories : Technology, website, Websites
Another issue that we experienced was displaying content from different domains especially when using HTTP and HTTPS. Here’s an example of the error message:
Font from origin ‘https://website’ has been blocked from loading by Cross-Origin Resource Sharing policy: No ‘Access-Control-Allow-Origin’ header is present on the requested resource. Origin ‘http://website’ is therefore not allowed access.
The fix is to add the following statement to either the .htaccess file or if you’re using nginx VPS then add it to the nginx.conf file in /etc/nginx/
add_header ‘Access-Control-Allow-Origin’ ‘*’;
Once you’ve added it to the nginx.conf file make sure to restart the service by using the command:
service nginx restart
Then you can test it by using curl -I http://website
If the curl result has Access-Control-Allow-Origin: * then it means the nginx changes worked.
OTHER ARTICLES YOU MAY LIKE

BUSINESS DOCUMENT TEMPLATES – CROVE APP
Are you looking for a business template to use? Did you know there are tools available that allow you to just enter the finer details and you’ll be able to create business documents? Well, Crove App is a SaaS tool that allows your business to quickly create business documents. Crove App is a cloud-based document […]
read more
AWESOME TOOL FOR REMOTE ACCESS COMPUTERS CALLED GETSCREEN.ME
Are you looking for a reliable and secure tool to access remote computers? Look no further than Getscreen.me. This powerful and easy-to-use remote access tool for Windows and Mac provides a fast, secure connection for accessing and controlling virtually any type of device, even if you’re far away. With Getscreen.me, you can connect with any […]
read more