I have an IIS-6 and i want to find a way that the server do not send REFERRER
header response.
How can i do it ?
10x
I have an IIS-6 and i want to find a way that the server do not send REFERRER
header response.
How can i do it ?
10x
X-Forwarded-For is inserted by an HTTP proxy, not by your IIS server. If you're getting it directly from your IIS server, then it thinks it's acting as a proxy... which is less likely. More likely is that you have a proxy somewhere that either you don't know about or that you forgot about.