CORS issue in AEM servlet with PUT method
Hello
I'm working on a service that contains GET, PUT, POST, and DELETE methods. But faced issues with doPut method.
I configured
Added needed methods

Removed from filter

Remove from the filter and allow empty

Sending request from ReactJS app

In browser, I see 2 requests


And this request doesn't work. But via POSTMAN PUT request works as expected. Where did I go wrong?
Thanks.