IIS Server - IIS writes the "full uri" (request + query terms) to cs-request-stem. Is th

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > June 2005 > IIS writes the "full uri" (request + query terms) to cs-request-stem. Is th





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author IIS writes the "full uri" (request + query terms) to cs-request-stem. Is th
aortiz32@gmail.com

2005-06-27, 5:53 pm

I've been running into reports from our users that that the full uri is
being written to the cs-request-stem. For example, below is a copy of
the IIS log format and a hit with a query term:

#Fields: date time s-ip cs-method cs-uri-stem cs-uri-query s-port
cs-username c-ip cs(User-Agent) cs(Cookie) cs(Referer) sc-status
sc-substatus sc-win32-status sc-bytes cs-bytes

2005-06-23 19:46:26 192.168.10.14 GET
/research/buildwealth.html?test&aortiz test&aortiz 80 - 24.xx.xx.xx
Mozilla/5.0+(Windows;+U;+Windows+NT+5.1;+en-US;+rv:1.7.8)+Gecko/20050511+Firefox/1.0.4
- - 200 0 0 55725 761


Notice that the hit was to:

http://www.domain.com/research/buil...tml?test&aortiz

IIS 6 *should* be logging the request as:

cs-uri-stem: /research/buildwealth.html
cs-uri-query: test&aortiz

Instead, it's logging the request as:

cs-uri-stem: /research/buildwealth.html?test&aortiz
cs-uri-query: test&aortiz


Is this a bug or a misconfiguration on the IIS server? If it's a
misconfiguration, what can be done to fix this?

Thanks in advance,

Alex Ortiz
aortiz32@gmail.com

Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com