Cross Origin Request Error

When receiving a cross-origin / cross original request, CORS header 'Access-Control-Allow-Origin' does not match, or same origin disallow policy error you may need to add an http header to allow the request. The following two examples work in cases regarding Apache and may be used by adding one set to the .htaccess file:

 

<FilesMatch ".(js|css|xml|gz|html|eot|ttd|otf|woff)$">
Header add Access-Control-Allow-Origin "*"
</FilesMatch>

 

<IfModule mod_headers.c>
Header add Access-Control-Allow-Origin "*"
</IfModule>
  • 129 Users Found This Useful

Was this answer helpful?

Related Articles

Error 404 - File Not Found

Files are case sensitive. Make sure you are typing the address in correctly. Verify that the...

htaccess - Allow Let's Encrypt to Validate and Renew

When receiving the following Let's Encrypt error message:domain.com: The SSL certificate expires...

How do I submit my site to search engines?

Submit your website to popular search engines to increase your webite's exposure and visitor...

I am unable to delete a file

This can occur for several reasons. With our service, if a directory of a script was found to be...

What is the location of curl?

Curl is located @ /usr/bin/curl