Disable CORS on chrome
When develop web api on local PC, you may meet CORS, but you don't config server to allow CORS. Here is how to disalbe it on chrome.
Disable web security¶
You can use command to open chrome and add option --disable-web-security
other user¶
Additionally, you can add option user-data-dir
to change user dir to sperate cookie. so you can login as another user.