Skip to content

Commit c121b76

Browse files
committed
Worked on IIS log file documentation
1 parent 3b33c4f commit c121b76

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

documentation/Microsoft IIS W3C extended log file format.asciidoc

+22-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Field definition use the following prefixes:
123123
| cs-bytes | HTTP_LOG_FIELD_BYTES_RECV | Number of bytes received and processed by the server
124124
| cs(Cookie) | HTTP_LOG_FIELD_COOKIE | Content of a sent or received cookie
125125
| cs-host | HTTP_LOG_FIELD_HOST | HTTP host header name
126-
| cs-method | HTTP_LOG_FIELD_METHOD | HTTP request method, such as GET or POST.
126+
| cs-method | HTTP_LOG_FIELD_METHOD | HTTP request method, such as GET or POST. Note that the underscore (_) character has been observed to be used.
127127
| cs(Referrer) | HTTP_LOG_FIELD_REFERRER | Site that referred to the requested site
128128
| cs-uri-query | HTTP_LOG_FIELD_URI_QUERY | URI query that was requested
129129
| cs-uri-stem | HTTP_LOG_FIELD_URI_STEM | File requested, such as index.php or Default.htm
@@ -144,6 +144,27 @@ Field definition use the following prefixes:
144144
| time-taken | HTTP_LOG_FIELD_TIME_TAKEN | Time taken, in milliseconds, to process the request
145145
|===
146146

147+
===== URI fields definitions
148+
149+
The following characters have been observed to be used URI fields besides URL
150+
encoded characters (percent-encoding).
151+
152+
* {
153+
* }
154+
* |
155+
* \
156+
* ^
157+
* ~
158+
* [
159+
* ]
160+
* `
161+
* '
162+
* "
163+
* <
164+
* >
165+
* @
166+
* $
167+
147168
===== Username field definitions
148169

149170
Various different formats of the username field that have been observed:

0 commit comments

Comments
 (0)