Deny OPTIONS stops all type of requests

Viewed 19

I am following these instructions to add request filtering. I want to avoid OPTIONS verb but when I add it as 'deny' verb inside IIS 10, IIS is not serving any request with get, put, post or delete. enter image description here

As you can see, a get request is also not being served at all....

1 Answers
Related