how to determine CORS Browser state
How do I determine the current CORS "state" in different browsers? I have for example a case where two different Access-Control-Allow-Origin headers are set, and I want to know which one applies now.
Usually I read through the sp… Continue reading how to determine CORS Browser state