Created
March 29, 2019 06:07
-
-
Save ArunHub/d11dbfbf74c5c3d46ee64a28e80f1775 to your computer and use it in GitHub Desktop.
Disable same origin policy in Chrome
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run below command by pressing (Windows key + R key) | |
chrome.exe --user-data-dir="C:/Chrome dev session" --disable-web-security | |
Reference: https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment