INFO: Using Htaccess To Enable Cross Origin Resource Sharing (CORS)
Cross Origin Resource Sharing (CORS)
To enable Cross Origin Resource Sharing (CORS) update the .htaccess file in public_html to include the following:
Header set Access-Control-Allow-Origin: *
Nothing to display