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 specification in such cases, but I was unable to find this specific case.Additionally the specification does not always match the implementation right?How can I approach such a problem?