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