Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does removal of "OPTIONSVerbHandler" and "TRACEVerbHandler" kill the website on iis?

I have application hosting on IIS server. I was told to remove "OPTIONSVerbHandler" and "TRACEVerbHandler" from the IIS as a security measure. I just wanted to confirm that Does removal of "OPTIONSVerbHandler" and "TRACEVerbHandler" kill the website on iis? Also when i checked IIS handler mapping i couldn't find "TRACEVerbHandler" instead i found "TraceHandler-Integrated". so is this the one that i am looking for? Thanks in advance.

like image 682
mayur lagad Avatar asked Nov 14 '25 12:11

mayur lagad


1 Answers

Removing OPTIONSVerbHandler might cause a problem if you have CORS setup. Removing TRACEVerbHandler won't hurt anything, it will just disable tracing from working. And yes you want to remove TraceHandler-Integrated too, and TraceHandler-Integrated-4.0 as well in case it's installed on the server.

like image 100
Rocklan Avatar answered Nov 17 '25 09:11

Rocklan



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!