locked
CORS preflight and Non Preflight issue RRS feed

  • Question

  • Am using CORS in my application. In server am mentioning CORS origin as www.test.com and HTTP method as POST.

    My client is running under the origing www.test.com and am calling GET method from my client. According to CORS policy it should not return the response since HTTP methods are different but still it is returning the result.

    Why CORS is not matching HTTP methods for Non pre-flight methods

    • Moved by Dave PatrickMVP Friday, November 2, 2018 12:38 PM looking for forum
    Friday, November 2, 2018 6:55 AM

Answers

All replies