What drives me nuts with CORS is there's no (easy) way to disable it in the browser for development purpose, e.g. when I want to run some scripts in a local HTML file to do some basic web scrapping.
I was interested to learn about 'no-cors' where you get a sparse response. Was hoping to use it to find out if a web page was being accessed from a client's internal network or not (by trying to get a page that only existed there and inspecting the response)
In the end I didn't get to find out if it worked or not due to boring reasons.
chrisshroba|5 years ago
ratww|5 years ago
wilsonrocks|5 years ago
In the end I didn't get to find out if it worked or not due to boring reasons.
zackify|5 years ago
or just set all your cors headers to * on your server
user5994461|5 years ago
timvdalen|5 years ago
quickthrower2|5 years ago