How To By Pass Cors Error Locally

[Solved] How To By Pass Cors Error Locally | Php - Code Explorer | yomemimo.com
Question : How to by pass CORS error locally

Answered by : aaditya-goenka

Type about:config into the URL : Firefox
security.fileuri.strict_origin_policy
set it to false
in chrome : run commmand
/Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --disable-web-security

Source : https://www.thepolyglotdeveloper.com/2014/08/bypass-cors-errors-testing-apis-locally/ | Last Update : Thu, 17 Mar 22

Answers related to how to by pass cors error locally

Code Explorer Popular Question For Php