Hi guys, I have an proxy with Apikey,oAuth,Cors and other policies.
GET Method(through Ajax) works fine without any CORS error.
In the same proxy I'm trying to delete an entity using it's UUID through an Ajax call, then I'm getting CORS.
In similar fashion I was able to perform PUT method(in a different proxy).
PUT-
Why I'm I not getting the response headers while Delete method?