You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Due to security reason, some platform does not allow to access files on apache web server that is super great feature in order not to make server in-stable, but some device having no domain basis may have no solution when requiring in communicating with such kind of servers. To resolve that issue, you will need to enable CORS in httpd.confYou can simply enable it by adding below lines to your httpd.conf

LoadModule headers_module modules/mod_headers.so

Header set Access-Control-Allow-Origin: *
  • No labels