Iis – Does IIS log request header information? If yes, where

asp.netiisnet

I would like to monitor HTTP request headers. Does IIS log this information somewhere?

Best Answer

IIS can log few HTTP headers; including Referer, Cookie and User-agent; but not all. If you want to log any of these variables, you'll have to set them up from IIS manager (Web Site Properties > Web Site Tab > Enable Logging > Properties)