CORS Policy: Response To Preflight Request Doesn't Pass Access Control Check: No 'Access-Control-Allow-Origin' Code Example


Example: been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.


My issue was the remote server not responding to OPTIONS requests, 
so after fiddling about with requests and headers for what seemed
like ages I resolved it by removing the headers
Content-Type and Access-Control-Allow-Origin

Comments

Popular posts from this blog

C Perror Example

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"