I have run IIS8 on Server 2012 and get a situation where the log records of the referenced fields seem to be inconsistent.
I used it before and there was no problem. Has anyone got a similar problem? Any help will be appreciated.
I have run IIS8 on Server 2012 and get a situation where the log records of the referenced fields seem to be inconsistent.
I used it before and there was no problem. Has anyone got a similar problem? Any help will be appreciated.
Please be more specific and provide examples of what you're seeing along with what you expect please.
@yiapcdr-4012 Have you enabled referer field in IIS logging? IIS will log that field only when the client browser send http_referer header to your IIS. IIS-> Logging->Selected Fields-> Referer. Or you can use the fiddler to monitored the request.
Hi @yiapcdr-4012,
I suggest you use fiddler to reproduce this issue and monitor how it happen with fiddler. when you redirect HTTPS to HTTP, the HTTP_REFERER will disappear. Forcing HTTPS will not remove it. In some cases, the HTTP_REFERRER header will be blocked by the firewall or the Web browser itself.
If the answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.
2 people are following this question.