|
|
|
|
|
by mort96
735 days ago
|
|
I hate CORS. Garbage like this is a large reason why. CORS works differently in every browser and every website. I don't hate CORS when writing my own stuff, to be clear. Adding Access-Control-Allow-Origin: * to my own website's headers is easy enough. I hate when I'm using a website and something doesn't work and I look at the console and see CORS errors. Opening the same website in Chrome usually works. I hate CORS. |
|
Do you have some examples of this?