Header set Access-Control-Allow-Origin "https://yourfrontend.com" a) Private Network Access (CORS-RFC1918) Chrome requires CORS for requests from public sites to localhost/private IPs.
The server must respond with:
Request from public site to 192.168.1.100 blocked: Private Network Access Target server must send: cors chrome
open -n -a /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --args --user-data-dir="/tmp/chrome_dev_test" --disable-web-security Header set Access-Control-Allow-Origin "https://yourfrontend