Hi Everybody
I have disabled the TRACE verb on couple of sites on my IIS server.
1 of the sites still return 200ok to the curl command, all other sites return 404 not found (as it need to return).
anybody had this issue? any idea why this happens?
i have checked the web.config of the site and the deny verb is good:
<add verb="TRACE" allowed="false" />
<add verb="TRACK" allowed="false" />
thanks
E