• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright 2016 The Chromium Authors
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# Fuzzer dictionary targetting HTTP/1.x responses.
6
7# Entries that are generally useful in headers
8":"
9"\x0A"
10"\x0D"
11"0"
12"50"
13"500"
14# Horizontal whitespace. Matters mostly in status line.
15" "
16"\x09"
17# Header continuation
18"\x0D\x0A\x09"
19# Used in a lot of individual headers
20";"
21"="
22","
23"\""
24"-"
25
26# Status line components
27"HTTP"
28"/1.1"
29"/1.0"
30# More interesting status codes.  Leading space so can be inserted into
31# other status lines.
32" 100"
33" 200"
34" 206"
35" 301"
36" 302"
37" 303"
38" 304"
39" 307"
40" 308"
41" 401"
42" 403"
43" 404"
44" 500"
45" 501"
46" 403"
47
48# Full status lines (Some with relevant following headers)
49"HTTP/1.1 200 OK\x0A\x0A"
50"HTTP/1.1 100 Continue\x0A\x0A"
51"HTTP/1.1 401 Unauthorized\x0AWWW-Authenticate: Basic realm=\"Middle-Earth\"\x0A\xA0"
52"HTTP/1.1 407 Proxy Authentication Required\x0AProxy-Authenticate: Digest realm=\"Middle-Earth\", nonce=\"aaaaaaaaaa\"\x0A\x0A"
53"HTTP/1.0 301 Moved Permanently\x0ALocation: /a\x0A\x0A"
54"HTTP/1.1 302 Found\x0ALocation: http://lost/\x0A\x0A"
55
56# Proxy authentication headers. Note that fuzzers don't support NTLM or
57# negotiate.
58"WWW-Authenticate:"
59"Proxy-Authenticate:"
60"Basic"
61"Digest"
62"realm"
63"nonce"
64
65"Connection:"
66"Proxy-Connection:"
67"Keep-Alive"
68"Close"
69"Upgrade"
70"\x0AConnection: Keep-Alive"
71"\x0AConnection: Close"
72"\x0AProxy-Connection: Keep-Alive"
73"\x0AProxy-Connection: Close"
74
75"Content-Length:"
76"Transfer-Encoding:"
77"chunked"
78"\x0AContent-Length: 0"
79"\x0AContent-Length: 500"
80"\x0ATransfer-Encoding: chunked\x0A\x0A5\x0A12345\x0A0\x0A\x0A"
81
82"Location:"
83"\x0ALocation: http://foo/"
84"\x0ALocation: http://bar/"
85"\x0ALocation: https://foo/"
86"\x0ALocation: https://bar/"
87
88"Accept-Ranges:"
89"bytes"
90"\x0AAccept-Ranges: bytes"
91
92"Content-Range:"
93
94"Age:"
95"\x0AAge: 0"
96"\x0AAge: 3153600000"
97
98"Cache-Control:"
99"max-age"
100"no-cache"
101"no-store"
102"must-revalidate"
103"\x0ACache-Control: max-age=3153600000"
104"\x0ACache-Control: max-age=0"
105"\x0ACache-Control: no-cache"
106"\x0ACache-Control: no-store"
107"\x0ACache-Control: must-revalidate"
108
109"Content-Disposition:"
110"attachment"
111"filename"
112
113"Content-Encoding:"
114"gzip"
115"deflate"
116"sdch"
117"br"
118"\x0AContent-Encoding: gzip"
119"\x0AContent-Encoding: deflate"
120"\x0AContent-Encoding: sdch"
121"\x0AContent-Encoding: br"
122
123"Date:"
124"Fri, 01 Apr, 2050 14:14:14 GMT"
125"Mon, 28 Mar, 2016 04:04:04 GMT"
126"\x0ADate: Fri, 01 Apr, 2050 14:14:14 GMT"
127"\x0ADate: Mon, 28 Mar, 2016 04:04:04 GMT"
128
129"Last-Modified:"
130"\x0ALast-Modified: Fri, 01 Apr, 2050 14:14:14 GMT"
131"\x0ALast-Modified: Mon, 28 Mar, 2016 04:04:04 GMT"
132
133"Expires:"
134"\x0AExpires: Fri, 01 Apr, 2050 14:14:14 GMT"
135"\x0AExpires: Mon, 28 Mar, 2016 04:04:04 GMT"
136
137"Set-Cookie:"
138"Expires"
139"Max-Age"
140"Domain"
141"Path"
142"Secure"
143"HttpOnly"
144"Priority"
145"Low"
146"Medium"
147"High"
148"SameSite"
149"Strict"
150"Lax"
151"\x0ASet-Cookie: foo=bar"
152"\x0ASet-Cookie: foo2=bar2;HttpOnly;Priority=Low;SameSite=Strict;Path=/"
153"\x0ASet-Cookie: foo=chicken;SameSite=Lax"
154
155"Strict-Transport-Security:"
156"includeSubDomains"
157
158"Vary:"
159"\x0AVary: Cookie"
160"\x0AVary: Age"
161
162"ETag:"
163"\x0AETag: jumboshrimp"
164
165
166# This part has been generated with testing/libfuzzer/dictionary_generator.py
167# using net_url_request_fuzzer binary and RFC 3986.
168"all"
169"consider"
170"Transfer-Encoding"
171"D.,"
172"prefix"
173"concept"
174"CR"
175"follow"
176"RFC-850"
177"(which"
178"ISDN"
179"\"TE\""
180"increase"
181"number"
182"calculate"
183"\"IETF"
184"fixed-length"
185"\"OPTIONAL\""
186"to"
187"Host"
188"program"
189"Western"
190"under"
191"Changing"
192"(STD"
193"digit"
194"returned"
195"returning"
196"very"
197"SP,"
198"SP."
199"Validation"
200"(URI):"
201"Incomplete"
202"Origin"
203"--"
204"cause"
205"EXPRESS"
206"list"
207"large"
208"expired."
209"small"
210"(URL)\","
211"range."
212"past"
213"second"
214"Version"
215"allowed."
216"tag."
217"implemented"
218"canonical"
219"even"
220"established"
221"errors"
222"incompatible"
223"section"
224"contributed"
225"while"
226"decoding"
227"version"
228"above"
229"TTL"
230"new"
231"increasing"
232"method"
233"WWW-"
234"never"
235"equals"
236"here"
237"ranges"
238"reported"
239"compressed"
240"active"
241"path"
242"strong"
243"Index"
244"changed"
245"DISCLAIMS"
246"prior"
247"amount"
248"published"
249"NOT"
250"error,"
251"options"
252"via"
253"followed"
254"secure"
255"family"
256"\"HTTP\""
257"Unspecified"
258"replace"
259"CERN/3.0"
260"CTE"
261"(CTE)"
262"TO"
263"Too"
264"CTL"
265"PUT,"
266"total"
267"PUT)"
268"Security"
269"select"
270"languages"
271"TASK"
272"exception."
273"would"
274"contains"
275"negative"
276"User-Agent"
277"call"
278"MUST,"
279"type"
280"until"
281"authorization"
282"more"
283"ISO-8859-9,"
284"initiated"
285"composite"
286"LF,"
287"line"
288"it"
289"warn"
290"American"
291"varying"
292"known"
293"Found"
294"MHTML"
295"must"
296"parse"
297"none"
298"1999"
299"work"
300"paragraph"
301"sent"
302"evolved"
303"root"
304"example"
305"requested,"
306"history"
307"type."
308"(HTCPCP/1.0)\","
309"accept"
310"currency"
311"minimum"
312"Compromise"
313"numbers"
314"want"
315"type:"
316"times"
317"simple"
318"LF"
319"information"
320"needs"
321"end"
322"goal"
323"verify"
324"far"
325"Pragma"
326"reject"
327"A"
328"badly"
329"HEAD"
330"description"
331"number."
332"insecure"
333"after"
334"variant"
335"confirmed"
336"reflect"
337"wrong"
338"law"
339"response"
340"types"
341"a"
342"All"
343"short"
344"attempt"
345"third"
346"menu."
347")"
348"algorithms"
349"cases."
350"File"
351"\"DEFLATE"
352"order"
353"\"SHOULD"
354"help"
355"don't"
356"over"
357"vary"
358"satisfied"
359"CD-ROM,"
360"held"
361"HTTP-WG."
362"through"
363"of,"
364"existence"
365"its"
366"digest"
367"before"
368"difference"
369"20"
370"termed"
371"MAY,"
372"fix"
373"ISO-3166"
374"actually"
375"407"
376"(GNU"
377"absence"
378"\"HTTP/1.1\","
379"Sun,"
380"MERCHANTABILITY"
381"408"
382"it."
383"them"
384"good"
385"return"
386"HTTP/2.4"
387"combination"
388"URL"
389"URI"
390"Due"
391"Bad"
392"they"
393"Control"
394"always"
395"decimal"
396"refresh"
397"expectation."
398"MAY"
399"token"
400"]URI,"
401"[CRLF]"
402"found"
403"Content-Type"
404"ports"
405"trailer"
406"referred"
407"status"
408"weight"
409"series"
410"reduce"
411"(URI)"
412"expect"
413"max-age=0"
414"combining"
415"operation"
416"beyond"
417"Type"
418"event"
419"is:"
420"by"
421"E."
422"network"
423"Server:"
424"open"
425"\"MUST/MAY/SHOULD\""
426"since"
427"request/response"
428"content"
429"message."
430"PATCH,"
431"7"
432"2DIGIT"
433"available."
434"K.,"
435"linear"
436"Extension"
437"University"
438"enclosing"
439"free"
440"reason"
441"base"
442"proxy"
443"POST"
444"beginning"
445"generate"
446"text/plain"
447"definition"
448"perform"
449"Partial"
450"created"
451"UPALPHA"
452"script"
453"\"GMT\""
454"filter"
455"SSL"
456"expecting"
457"If-Modified-Since"
458"HEAD."
459"HEAD,"
460"assign"
461"user"
462"major"
463"already"
464"Copyright"
465"encoding"
466"Cache"
467"Please"
468"token."
469"TCP"
470"content-range"
471"least"
472"another"
473"FITNESS"
474"invalid."
475"\""
476"service"
477"image/gif"
478"top"
479"header)"
480"construct"
481"2"
482"ignored."
483"listed"
484"passed"
485"Delta"
486"LOALPHA"
487"scheme"
488"store"
489"too"
490"M."
491"immediate"
492"direct"
493"tokens"
494"part"
495"WAIS"
496"F.,"
497"to:"
498"distance"
499"Code"
500"target"
501"Content-Type:"
502"zero,"
503"likely"
504"WWW-Authenticate"
505"matter"
506"idle"
507"determined"
508"stale"
509"ISO-8859-8,"
510"payload"
511"ANSI"
512"B"
513"seen"
514"HTTP/1.1.)"
515"null"
516"OPTIONS"
517"contents"
518"paths"
519"data."
520"data)"
521"zero"
522"depending"
523"Acceptable"
524"responsible"
525"(MIME"
526"also"
527"internal"
528"(C)"
529"build"
530"finding"
531"With"
532"UCI"
533"Names"
534"content-"
535"added"
536"headers."
537"Content-Disposition"
538"object"
539"\"MUST\","
540"most"
541"regular"
542"ensure"
543"letter"
544"2*N"
545"services"
546"The"
547"Responses"
548"payload."
549"clear"
550"sometimes"
551"flow"
552"Client"
553"ISO-8859-3,"
554"Its"
555"incomplete"
556"\"MIME"
557"Note:"
558"particularly"
559"labels"
560"\"C\""
561"session"
562"Unrecognized"
563"find"
564"]"
565"implementation"
566"[RFC"
567"ranges."
568"BNF,"
569"user-agent"
570"failed"
571"URL)."
572"LDAP)"
573"8"
574"US-ASCII"
575"do"
576"hit"
577"stop"
578"\"HTTP\"."
579"While"
580"Set"
581"rest"
582"report"
583"during"
584"body,"
585"PUT"
586"(via"
587"public"
588"twice"
589"bad"
590"common"
591"release"
592"require"
593"set"
594"mandatory"
595"reference"
596"\"F\""
597"MIME:"
598"depends"
599"individual"
600"result"
601"J."
602"close"
603"subject"
604"said"
605"headers"
606"WWW\","
607"See"
608"BUT"
609"unable"
610"various"
611"probably"
612"0)"
613"0."
614"0,"
615"discovery"
616"available"
617"we"
618"reasons."
619"terms"
620"missing"
621"Server"
622"(MIME)"
623"OPTIONAL;"
624"AND"
625"both"
626"protect"
627"Unexpected"
628"last"
629"reverse"
630"\"MAY\","
631"*TEXT"
632"against"
633"connection"
634"became"
635"context"
636"exceeds"
637"however,"
638"mean"
639"reached."
640"finds"
641"experimental"
642"load"
643"Redirect"
644"Content-Length"
645"alternate"
646"consume"
647"point"
648"reasons"
649"had"
650"header"
651"DNS)"
652"DNS."
653"B.,"
654"(O)."
655"1.0"
656"throughout"
657"BCP"
658"["
659"application/pdf"
660"\"REQUIRED\","
661"C."
662"basis"
663"\"POST\""
664"create"
665"acceptance"
666"(MHTML)\","
667"Reason"
668"been"
669"."
670"much"
671"\"PUT\""
672"basic"
673"expected"
674"text/html;"
675"empty"
676"HTTP/1.0"
677"concerning"
678"Flow"
679"N"
680"size,"
681"\"W/\""
682"reason."
683"MA"
684"\"DELETE\""
685"unnecessarily"
686"exception"
687"handling"
688"Group,"
689"particular,"
690"technical"
691"near"
692"\"GZIP"
693"error"
694"(IANA)"
695"\"TRACE\""
696"Accept-Language"
697"played"
698"is"
699"herein"
700"encountered"
701"E-mail"
702"MIME"
703"in"
704"accepted."
705"if"
706"containing"
707"\"A"
708"lengths"
709"make"
710"format"
711"\"I"
712"unrecognized"
713"widely"
714"9"
715"several"
716"higher"
717"\"%"
718"used"
719"temporary"
720"alert"
721"action"
722"purpose"
723"characters"
724"stack"
725"recent"
726"lower"
727"task"
728"database"
729"NNTP"
730"failing"
731"person"
732"client"
733"length."
734"entry"
735"the"
736"left"
737"protocol"
738"US-ASCII."
739"THAT"
740"bandwidth"
741"inactive"
742"(TE)"
743"Internet"
744"HTTP/1.0)"
745"HTTP/1.0."
746"previous"
747"tables"
748"unique"
749"case."
750"character"
751"Trailers"
752"source"
753"ISO-8859-2,"
754"subjects"
755"WILL"
756"location"
757"0*3DIGIT"
758"input"
759"save"
760"remaining"
761"URI."
762"URI,"
763"fact,"
764"transfer-encoding"
765"possible"
766"required."
767"Assigned"
768"Length"
769"URI;"
770"integer"
771"bit"
772"Sat,"
773"desire"
774"OK"
775"success"
776"ISO-8859-5,"
777"OF"
778"signal"
779"INFRINGE"
780"H.F.,"
781"specific"
782"X3.4-1986"
783"security"
784"OR"
785"S."
786"right"
787"old"
788"often"
789"deal"
790"people"
791"successfully"
792"some"
793"back"
794"HT"
795"Last-Modified"
796"headers)"
797"DEL"
798"examples"
799"unless"
800"(BNF)"
801"TCP/IP"
802"ignore"
803"PUT."
804"INDEX."
805"headers,"
806"for"
807"track"
808"CONNECT"
809"be"
810"replaced"
811"run"
812"deleted"
813"example,"
814"<URL:"
815"O"
816"last-modified"
817"become"
818"relating"
819"permitted"
820"ALPHA,"
821"First"
822"ENGINEERING"
823"anything"
824"tracing"
825"\"UTF-8,"
826"*<TEXT,"
827"range"
828"3ALPHA"
829"extensions"
830"positive"
831"block"
832"IRC/6.9,"
833"W3C/MIT"
834"into"
835"within"
836"ACM"
837"two"
838"down"
839"file."
840"compression"
841"IETF"
842"expired"
843"support"
844"initial"
845"question"
846"long"
847"User"
848"HT."
849"forward"
850"version."
851"sections"
852"disallowed"
853"lowest"
854"HT,"
855"an"
856"form"
857"attempted"
858"registered"
859"differences"
860"URL."
861"failure"
862"server."
863"link"
864"CRLF"
865"DNS"
866"encoded"
867"Non-Authoritative"
868"true"
869"GMT"
870"reset"
871"consist"
872"versions"
873"used,"
874"maximum"
875"us"
876"used."
877"If-None-Match"
878"HTML\","
879"similar"
880"called"
881"delete"
882"DELETE,"
883"storing"
884"associated"
885"Introduction"
886"request"
887"specified"
888"influence"
889"To"
890"single"
891"warning"
892"exist"
893"New"
894"NOT,"
895"check"
896"ISO-8859-1:1987."
897"encrypt"
898"Only"
899"no"
900"May"
901"when"
902"A,"
903"invalid"
904"A."
905"MHTML,"
906"name."
907"setting"
908"role"
909"Proxy"
910"test"
911"TE"
912"pseudonym"
913"negotiation."
914"exceeded"
915"update"
916"T."
917"variable"
918"NOT\","
919"R."
920"longer"
921"algorithm"
922"IANA."
923"age"
924"packets"
925"together"
926"An"
927"As"
928"time"
929"failures"
930"requires"
931"avoid"
932"code."
933"once"
934"code"
935"partial"
936"chain"
937"TEXT"
938"results"
939"existing"
940"go"
941"(LZW)."
942"provided."
943"CPU"
944"CREATE"
945"Notice"
946"LF>"
947"\"HEAD\""
948"zone"
949"UNIX,"
950"ARPA"
951"send"
952"Standard"
953"environment"
954"USENET"
955"Not"
956"Nov"
957"include"
958"resources"
959"string"
960"advantage"
961"outside"
962"Explicit"
963"ALL"
964"HTTP/1.1;"
965"entries"
966"HTTP/1.1,"
967"HTTP/1.1."
968"entire"
969"Protocol"
970"level"
971"did"
972"button"
973"HTTP/1.0\","
974"(RFC"
975"try"
976"ONLY"
977"Tag"
978"(LWS"
979"\"SHOULD\","
980"prevent"
981"\"A\"..\"Z\">"
982"unexpected"
983"INFORMATION"
984"Failed"
985"\"A\""
986"Satisfiable"
987"port"
988"append"
989"\"HTTP/1.0\""
990"formats"
991"ISO-8859-4,"
992"appear"
993"rate"
994"opaque"
995"current"
996"waiting"
997"HTML"
998"shared"
999"CRLF)"
1000"302"
1001"body"
1002"FTP"
1003"NNTP."
1004"\"SHALL"
1005"following"
1006"objects"
1007"address"
1008"1*HEX"
1009"Distribution"
1010"entry."
1011"HTTP."
1012"change"
1013"cache)"
1014"incoming"
1015"\"AS"
1016"receive"
1017"larger"
1018"host"
1019"descended"
1020"here."
1021"+"
1022"{"
1023"makes"
1024"composed"
1025"named"
1026"useful"
1027"addresses"
1028"extra"
1029"detected."
1030"When"
1031"private"
1032"session."
1033"gateway"
1034"Status"
1035"use"
1036"from"
1037"stream"
1038"working"
1039"value."
1040"next"
1041"few"
1042"--THIS_STRING_SEPARATES"
1043"POST,"
1044"memory"
1045"scope"
1046"means"
1047"HEX\""
1048"(GMT),"
1049"bytes:"
1050"Default"
1051"Require"
1052"Required"
1053"DIGIT"
1054"validity"
1055"bytes,"
1056"Connection"
1057"Time"
1058"cases"
1059"name:"
1060"behalf"
1061"MD5"
1062"lowercase"
1063"RIGHTS"
1064"this"
1065"NTP"
1066"--THIS_STRING_SEPARATES--"
1067"Syntax"
1068"values"
1069"can"
1070"believed"
1071"making"
1072"closing"
1073"modifier"
1074"J.,"
1075"control"
1076"reserved"
1077"links"
1078"process"
1079"attribute"
1080"high"
1081"tag"
1082"allowed"
1083"Policy"
1084"input,"
1085"native"
1086"class,"
1087"Missing"
1088"HTTP-"
1089"HTTP,"
1090"charset"
1091"delay"
1092"located"
1093"R.,"
1094"instead"
1095"1XX"
1096"WARRANTIES,"
1097"parameter"
1098"FORCE"
1099"STD"
1100"may"
1101"Request"
1102"British"
1103"HEREIN"
1104"Roman"
1105"client's"
1106"[SP"
1107"ANSI,"
1108"date"
1109"such"
1110"data"
1111"HTTP/1.1\","
1112"Y."
1113"UA"
1114"revalidate"
1115"element"
1116"so"
1117"allow"
1118"(LWS)"
1119"holds"
1120"move"
1121"years"
1122"including"
1123"LINK,"
1124"still"
1125"pointer"
1126"non-zero"
1127"1"
1128"negotiated"
1129"Multiple"
1130"line."
1131"using:"
1132"forms"
1133"Referer"
1134"P.,"
1135"PNG,\""
1136"cache-control"
1137"policy"
1138"mail"
1139"\"HTTP"
1140"SIGCOMM"
1141"greater"
1142"matches"
1143"lesser"
1144"not"
1145"parsing"
1146"matched"
1147"term"
1148"name"
1149"establishment"
1150"A.,"
1151"ISO-639"
1152"entirely"
1153"identifier"
1154"elements"
1155"|"
1156"successful"
1157"domain"
1158"From"
1159"Network"
1160"related"
1161"UNLINK"
1162"trying"
1163"(LZ77)"
1164"year"
1165"(MIC)"
1166"Parameter"
1167"special"
1168"out"
1169"ultimately"
1170"space"
1171"REQUIRED"
1172"416"
1173"WARRANTY"
1174"4DIGIT"
1175"time,"
1176"L."
1177"time."
1178"supports"
1179"(A,"
1180"state"
1181"This"
1182"derived"
1183"INTERNET"
1184"possibility"
1185"\"B\""
1186"RFC"
1187"IMPLIED,"
1188"byte"
1189"received."
1190"log"
1191"ISO-8859-7,"
1192"\"HTTP/1.1\""
1193"language"
1194"could"
1195"transition"
1196"programming"
1197"tries"
1198"keep"
1199"length"
1200"place"
1201"S.,"
1202"first"
1203"origin"
1204"there"
1205"sent."
1206"3DIGIT"
1207"K."
1208"one"
1209"CHAR"
1210"list,"
1211"ISI"
1212"version:"
1213"message"
1214"CSS1,"
1215"quality"
1216"size"
1217"doesn't"
1218"given"
1219"For"
1220"enabled."
1221"unknown"
1222"system"
1223"unspecified"
1224"parallel"
1225"priority"
1226"their"
1227"attack"
1228"intermediate"
1229"HTTP:"
1230"Date"
1231"x-gzip"
1232"Data"
1233"Response"
1234"HTTP/2.0,"
1235"gives"
1236"Success"
1237"that"
1238"completed"
1239"exactly"
1240"R"
1241"pragma"
1242"(IANA"
1243"copy"
1244"than"
1245"History"
1246"wide"
1247"12"
1248"14"
1249"16"
1250"was"
1251"Universal"
1252"protected"
1253"servers."
1254"were"
1255"1)"
1256"IS\""
1257"SHTTP/1.3,"
1258"1*8ALPHA"
1259"Location"
1260"and"
1261"Information"
1262"false"
1263"1.1"
1264"1.2"
1265"(2**N),"
1266"turned"
1267"Tue,"
1268"Other"
1269"SP"
1270"(LWS)."
1271"have"
1272"MIME,"
1273"need"
1274"Mail"
1275"any"
1276"Requested"
1277"conversion"
1278"HTTP/2.13,"
1279"database."
1280"After"
1281"able"
1282"mechanism"
1283"OPTIONAL"
1284"take"
1285"which"
1286"HTTP/0.9,"
1287"201"
1288"200"
1289"begin"
1290"multiple"
1291"Name"
1292"trace"
1293"206"
1294"buffer"
1295"who"
1296"connected"
1297"plus"
1298"HTTP/12.3."
1299"\"OPTIONS\""
1300"segment"
1301"class"
1302"D."
1303"considered"
1304"GET"
1305"Some"
1306"TE:"
1307"L.,"
1308"(URL)"
1309"}"
1310"fact"
1311"Web"
1312"WA"
1313"violation"
1314"text"
1315"supported"
1316"synchronous"
1317"Authentication"
1318"inconsistent"
1319"CRLF."
1320"CRLF,"
1321"label"
1322"Public"
1323"MUST"
1324"true,"
1325"cache."
1326"upgrade"
1327"based"
1328"Posting"
1329"("
1330"cache"
1331"3"
1332"should"
1333"only"
1334"Proxy-Authorization"
1335"Byte"
1336"Strong"
1337"local"
1338"MIC"
1339"WARRANTIES"
1340"(UA)"
1341"<US-ASCII"
1342"handle"
1343"get"
1344"E.,"
1345"Accept-Ranges"
1346"expectation"
1347"(See"
1348"cannot"
1349"128"
1350"THE"
1351"conjunction"
1352"BNF"
1353"DIGIT,"
1354"closure"
1355"resource"
1356"ended"
1357"cached"
1358"W."
1359"ISO-8859."
1360"calling"
1361"INCLUDING"
1362"contain"
1363"ISI/RR-98-463,"
1364"\"CONNECT\""
1365"where"
1366"ignored"
1367"IANA"
1368"exists"
1369"configured"
1370"C"
1371"packet"
1372"up"
1373"relative"
1374"multipart"
1375"end."
1376"detect"
1377"has"
1378"stream."
1379"1*DIGIT"
1380"Oct"
1381"written"
1382"LIMITED"
1383"closed"
1384"between"
1385"boundary"
1386"reading"
1387"across"
1388"\"RECOMMENDED\","
1389"Body"
1390"ability"
1391"FOR"
1392"opening"
1393"importance"
1394"fetchpriority"
1395"screen"
1396"connection."
1397"ISO-8859-1"
1398"UNIX"
1399"key"
1400"group"
1401"configuration"
1402"P."
1403"valid"
1404"\"HTTP/1.1\"."
1405"HTTP/1.0),"
1406"WWW"
1407"revoked"
1408"TRACE"
1409"many"
1410"taking"
1411"(OK)"
1412"equal"
1413"Rules"
1414"(0)"
1415"Unicode"
1416"*OCTET"
1417"(URN)"
1418"safely"
1419"can't"
1420"among"
1421"(OK)."
1422"Log"
1423"period"
1424"colon"
1425"adding"
1426"spans"
1427"article"
1428"table"
1429"allocated"
1430"LWS:"
1431"Identifier"
1432"Wed,"
1433"USA"
1434"Proxy-Authenticate"
1435"encryption"
1436"Jun"
1437"copies"
1438"But"
1439"mark"
1440"defined"
1441"combined"
1442"LWS,"
1443"LWS"
1444"prototype"
1445">"
1446"enable"
1447"401"
1448"content-disposition"
1449"received"
1450"unsafe"
1451"SMTP"
1452"ANY"
1453"World"
1454"chain."
1455"case"
1456"disconnected"
1457"(HTTP)"
1458"these"
1459"Number"
1460"value"
1461"will"
1462"Fri,"
1463"\"SHALL\","
1464"Any"
1465"Additional"
1466"resident"
1467"NOT\""
1468"thus"
1469"it,"
1470"according"
1471"Content"
1472"Content-Range"
1473"properties"
1474"Unsupported"
1475"malformed"
1476"PARTICULAR"
1477"You"
1478"binary"
1479"different"
1480"perhaps"
1481"generic"
1482"pay"
1483"set."
1484"00:00:00"
1485"1DIGIT"
1486"same"
1487"parts"
1488"largest"
1489"units"
1490"document"
1491"Types"
1492"residing"
1493"breakdown"
1494"UTC"
1495"extended"
1496"http"
1497"I"
1498"IP"
1499"effect"
1500"allocation"
1501"running"
1502"*LWS"
1503"infinite"
1504"frequently"
1505"tracking"
1506"undefined"
1507"CR."
1508"well"
1509"It"
1510"If-Range"
1511"patterns"
1512"without"
1513"M.,"
1514"CR,"
1515"In"
1516"position"
1517"model"
1518"audio"
1519"If"
1520"negotiation"
1521"Also,"
1522"Service"
1523"less"
1524"being"
1525"generally"
1526"obtain"
1527"actions"
1528"Access"
1529"stored"
1530"CRC."
1531"However,"
1532"application"
1533"capabilities"
1534"appeared"
1535"add"
1536"Thu,"
1537"4"
1538"Although"
1539"HTTP/1.1"
1540"usage"
1541"(A"
1542"match"
1543"details"
1544"tests"
1545"aspects"
1546"read"
1547"Many"
1548"H.,"
1549"early"
1550"action,"
1551"T"
1552"address."
1553"using"
1554"password"
1555"loss"
1556"like"
1557"text/html"
1558"Content-Encoding"
1559"B,"
1560"B."
1561"\"HTTP/1.1"
1562"server"
1563"discarded"
1564"either"
1565"BACK)"
1566"output"
1567"Operation"
1568"page"
1569"\"GET\""
1570"exceed"
1571"because"
1572"sequence"
1573"uppercase"
1574"Since"
1575"growth"
1576"Authority"
1577"respect"
1578"International"
1579"recognition"
1580"happens"
1581"provided"
1582"trust"
1583"lead"
1584"MIT"
1585"highest"
1586"expectation,"
1587"does"
1588"Authorization"
1589"assuming"
1590"refer"
1591"GET)"
1592"GET,"
1593"GET."
1594"equivalent"
1595"Official"
1596"C)"
1597"ISO-8859-1."
1598"broken"
1599"Range"
1600"HTTP/1.0,"
1601"LWS>"
1602"X3.4-1986,"
1603"Microsoft"
1604"on"
1605"about"
1606"actual"
1607"extension"
1608"of"
1609"C,"
1610"accepted"
1611"FTP,"
1612"compatible"
1613"addition"
1614"unidirectional"
1615"Message"
1616"DELETE"
1617"content-type"
1618"or"
1619"UC"
1620"final"
1621"No"
1622"ISO-"
1623"image"
1624"Two"
1625"Internal"
1626"times,"
1627"ISO-8859-6,"
1628"determine"
1629"T.,"
1630"operator"
1631"T/TCP"
1632"additional"
1633"area"
1634"GET\""
1635"transfer"
1636"*"
1637"decode"
1638"start"
1639"describes"
1640"low"
1641"strict"
1642"context."
1643"function"
1644"complete"
1645"N."
1646"enough"
1647"OCTET"
1648"but"
1649"IMPLIED"
1650"Error"
1651"Dec"
1652"with"
1653"Trailer"
1654"count"
1655"clients."
1656"made"
1657"compute"
1658"default"
1659"GMT,"
1660"ISO-8859-1,"
1661"Moved"
1662"this,"
1663"ISO-8859-1)"
1664"SHOULD"
1665"PURPOSE."
1666"limit"
1667"GMT."
1668"site"
1669"problem"
1670"define"
1671"USE"
1672"image/jpeg"
1673"\"E\""
1674"URL,"
1675"describe"
1676"general"
1677"as"
1678"UST"
1679"at"
1680"file"
1681"lifetime"
1682"are"
1683"Accept-Encoding"
1684"incorrect"
1685"variety"
1686"\"D\""
1687"virtual"
1688"details."
1689"field"
1690"other"
1691"5"
1692"Purpose"
1693"you"
1694"CA"
1695"requested"
1696"repeat"
1697"HEX"
1698"symbol"
1699"Cache-Control"
1700"Remove"
1701"March"
1702"important"
1703"H."
1704"code)"
1705"included"
1706"SOCIETY"
1707"\"MUST"
1708"ISO-10646\","
1709"\"ZLIB"
1710"audio/basic"
1711"\"ISO-8859-1\""
1712"\"WAIS"
1713"persistent"
1714"having"
1715"directory"
1716"ALPHA"
1717"validation"
1718"original"
1719
1720