Disable the same-origin policy in chrome and chromium, in windows and ubuntu systems.

Himalaya Pagada
May 25, 2022

Run the below code in the windows search bar.

For Windows:

chrome.exe --user-data-dir="C://Chrome dev session" --disable-web-security

For Ubuntu:

Run the below code in your terminal window.

/usr/bin/chromium-browser --disable-web-security --user-data-dir=/home/jossnaz/.config/google-chrome/

--

--