Hi Team,
This might be the case for everyone.
I have enabled Advanced logging on IIS. When collecting the logs ->
using the standard logging it works fine for a log anayliser tool. Only when you capture the logs through advanced logging it is giving me grief. i need to use the advanced logging becuase there is a proxy between client and server. so log shows all traffic
from the proxy.
I have narrowed it down to -
in standard logging -> which works fine
cs(User-Agent) feild is =- Mozilla/5.0+(compatible;+MSIE+9.0;+Windows+NT+6.1;+Trident/5.0)
in IIS advanced logging -> which puts everything into "Not viewed traffic *"
cs(User-Agent) feild is =- Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)
See the + or spaces -> is the difference (problem).... this is the issue.
can you please advise how I can resolve this.
can you please advise how I can set cs(User-Agent) feild to have the + symbols.
or can you advise a way or a reg hack in standard logging mode to modify - c-ip to
Source Type - Request header, Source Name - x-forwarded-for.
I believe that everyone has this issue.
Cheers,
PLEASE PLEASE PLEASE PLEASE help me