Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

127 lines
4.5 KiB

  1. ;
  2. ; Sample HTTP Headers - test input for HTTP dictionary
  3. ; Author: Murali R. Krishnan - 14-Nov-1996
  4. ; Based on real request sniffs
  5. ;
  6. ; Sample Header 1. IE 3.0
  7. GET / HTTP/1.0
  8. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  9. Accept-Language: en
  10. UA-pixels: 1152x882
  11. UA-color: color8
  12. UA-OS: Windows NT
  13. UA-CPU: x86
  14. If-Modified-Since: Fri, 20 Sep 1996 23:36:42 GMT; length=4051
  15. User-Agent: Mozilla/2.0 (compatible; MSIE 3.0; AK; Windows.NT)
  16. Host: muralik
  17. Connection: Keep-Alive
  18. ; Sample Header 2. IE 3.0 with concocted custom-headers
  19. GET /samples/images/background.gif HTTP/1.0
  20. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  21. Referer: http://muralik0/
  22. Accept-Language: en
  23. UA-pixels: 1152x882
  24. UA-color: color8
  25. UA-OS: Windows NT
  26. UA-CPU: x86
  27. If-Modified-Since: Fri, 20 Sep 1996 23:36:47 GMT; length=10282
  28. User-Agent: Mozilla/2.0 (compatible; MSIE 3.0; AK; Windows.NT)
  29. Host: muralik
  30. Connection: Keep-Alive
  31. MyHeader1: MyValue1
  32. MyHeader2: MyValue2
  33. ; Sample Header 3. IE 3.0 with multiple values for headers
  34. ; Look at the headers for Connection: and Accept:
  35. GET / HTTP/1.0
  36. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  37. Accept-Language: en
  38. Accept-Language: es
  39. UA-pixels: 1152x882
  40. UA-color: color8
  41. UA-OS: Windows NT
  42. UA-CPU: x86
  43. If-Modified-Since: Fri, 20 Sep 1996 23:36:42 GMT; length=4051
  44. User-Agent: Mozilla/2.0 (compatible; MSIE 3.0; AK; Windows.NT)
  45. Host: muralik
  46. Connection: Keep-Alive
  47. Connection: 5m
  48. Accept: text/x-test-app
  49. ; Sample Header 4. IE 3.0 with multiple values for headers & custom headers
  50. ; Look at the headers for MyHeader1:
  51. GET /samples/images/background.gif HTTP/1.0
  52. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  53. Referer: http://muralik0/
  54. Accept-Language: en
  55. UA-pixels: 1152x882
  56. UA-color: color8
  57. UA-OS: Windows NT
  58. UA-CPU: x86
  59. If-Modified-Since: Fri, 20 Sep 1996 23:36:47 GMT; length=10282
  60. User-Agent: Mozilla/2.0 (compatible; MSIE 3.0; AK; Windows.NT)
  61. Host: muralik
  62. Connection: Keep-Alive
  63. MyHeader1: MyValue1
  64. MyHeader2: MyValue2
  65. MyHeader1: MyValue1_2
  66. ; Sample Header 5. IE 3.0 with multiple values for headers & custom headers
  67. ; Look at the headers for MyHeader1:
  68. GET /samples/images/background.gif HTTP/1.0
  69. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  70. Referer: http://muralik0/
  71. Accept-Language: en
  72. UA-pixels: 1152x882
  73. UA-color: color8
  74. UA-OS: Windows NT
  75. UA-CPU: x86
  76. If-Modified-Since: Fri, 20 Sep 1996 23:36:47 GMT; length=10282
  77. User-Agent: Mozilla/2.0 (compatible; MSIE 3.0; AK; Windows.NT)
  78. Host: muralik
  79. Connection: Keep-Alive
  80. MyHead2: MyValue2
  81. MyHeader1: MyValue1
  82. MyHeader1: MyValue1_2
  83. ; Sample Header 6. Netscape 3.0 headers for simple request
  84. GET /scripts/asp/test.asp HTTP/1.0
  85. Connection: Keep-Alive
  86. User-Agent: Mozilla/3.0.(WinNT; I)
  87. Pragma: no-cache
  88. Host: phillich1
  89. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  90. ; Sample Header 6. Netscape 3.0 headers for simple request with Cookies
  91. GET /scripts/asp/test.asp HTTP/1.0
  92. Connection: Keep-Alive
  93. User-Agent: Mozilla/3.0 (WinNT; I)
  94. Pragma: no-cache
  95. Host: phillich1
  96. Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
  97. Cookie: ASPSESSIONID=PVZQGHUMEAYFNRFK
  98. ; Sample Header 7. Long header
  99. GET /regress/bool/test7_AND.ASP?TheRestriction=@bstr_prop1+=%22a%22+AND+@bstr_prop2+=%22zzz+this+is+an+extremely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extermely+long+string+this+is+an+extremely+long+string+this+is+an+extremely+long+string+%22 HTTP/1.0
  100. Pragma: No-Cache
  101. User-Agent: Mozilla/2.0 (compatible; WBCLI)
  102. Referer: WBCLI
  103. Accept: text/html
  104. Accept: text/plain
  105. ;
  106. ; Sample Header 7. Poorly formatted Pipelined HTTP/1.1 requests
  107. ;
  108. PUT /fs/bvt/newdir/test2.txt HTTP/1.1
  109. connection: close
  110. host: godzilla
  111. content-type: text/txt
  112. UT /fs/bft/newdir/test2.txt HTTP/1.1
  113. connection: close
  114. host: godzilla
  115. content-type: text/txt
  116. content-length: 0