question

yiapcdr-4012 avatar image
0 Votes"
yiapcdr-4012 asked SamWu-MSFT answered

The log records of the referenced fields seem to be inconsistent.

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.

windows-server-iis
· 3
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Please be more specific and provide examples of what you're seeing along with what you expect please.

0 Votes 0 ·

@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.

0 Votes 0 ·

Hi sam, I have enabled referer field.

0 Votes 0 ·

1 Answer

SamWu-MSFT avatar image
0 Votes"
SamWu-MSFT answered

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.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.