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

Creating a Form Button

Sometimes all you need is a simple button. The following pages are pretty useful tools for...

Adding a Facebook Button

Facebook has a wonderful page on adding a Facebook image to your website complete with...

403 Error on POST

This can occur for several reasons: Be sure your file permissions are correct. If the file needs...

Why can I not ping my domain?

For security purposes we have closed off the ICMP port which is used for ping.

I can not move out of the / directory, why not?

For security reasons, you cannot move out of the root folder of your own domain.