Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(16)

Side by Side Diff: net/data/fuzzer_dictionaries/net_url_request_fuzzer.dict

Issue 2128583006: [libfuzzer] Add or update dictionaries for //net fuzzers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2016 The Chromium Authors. All rights reserved.
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 ")"
aarya 2016/07/07 16:31:35 Should we ignore one letter stuff ?
mmoroz 2016/07/07 16:44:36 Good point, probably it's worth to remove for the
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 "screen"
1395 "connection."
1396 "ISO-8859-1"
1397 "UNIX"
1398 "key"
1399 "group"
1400 "configuration"
1401 "P."
1402 "valid"
1403 "\"HTTP/1.1\"."
1404 "HTTP/1.0),"
1405 "WWW"
1406 "revoked"
1407 "TRACE"
1408 "many"
1409 "taking"
1410 "(OK)"
1411 "equal"
1412 "Rules"
1413 "(0)"
1414 "Unicode"
1415 "*OCTET"
1416 "(URN)"
1417 "safely"
1418 "can't"
1419 "among"
1420 "(OK)."
1421 "Log"
1422 "period"
1423 "colon"
1424 "adding"
1425 "spans"
1426 "article"
1427 "table"
1428 "allocated"
1429 "LWS:"
1430 "Identifier"
1431 "Wed,"
1432 "USA"
1433 "Proxy-Authenticate"
1434 "encryption"
1435 "Jun"
1436 "copies"
1437 "But"
1438 "mark"
1439 "defined"
1440 "combined"
1441 "LWS,"
1442 "LWS"
1443 "prototype"
1444 ">"
1445 "enable"
1446 "401"
1447 "content-disposition"
1448 "received"
1449 "unsafe"
1450 "SMTP"
1451 "ANY"
1452 "World"
1453 "chain."
1454 "case"
1455 "disconnected"
1456 "(HTTP)"
1457 "these"
1458 "Number"
1459 "value"
1460 "will"
1461 "Fri,"
1462 "\"SHALL\","
1463 "Any"
1464 "Additional"
1465 "resident"
1466 "NOT\""
1467 "thus"
1468 "it,"
1469 "according"
1470 "Content"
1471 "Content-Range"
1472 "properties"
1473 "Unsupported"
1474 "malformed"
1475 "PARTICULAR"
1476 "You"
1477 "binary"
1478 "different"
1479 "perhaps"
1480 "generic"
1481 "pay"
1482 "set."
1483 "00:00:00"
1484 "1DIGIT"
1485 "same"
1486 "parts"
1487 "largest"
1488 "units"
1489 "document"
1490 "Types"
1491 "residing"
1492 "breakdown"
1493 "UTC"
1494 "extended"
1495 "http"
1496 "I"
1497 "IP"
1498 "effect"
1499 "allocation"
1500 "running"
1501 "*LWS"
1502 "infinite"
1503 "frequently"
1504 "tracking"
1505 "undefined"
1506 "CR."
1507 "well"
1508 "It"
1509 "If-Range"
1510 "patterns"
1511 "without"
1512 "M.,"
1513 "CR,"
1514 "In"
1515 "position"
1516 "model"
1517 "audio"
1518 "If"
1519 "negotiation"
1520 "Also,"
1521 "Service"
1522 "less"
1523 "being"
1524 "generally"
1525 "obtain"
1526 "actions"
1527 "Access"
1528 "stored"
1529 "CRC."
1530 "However,"
1531 "application"
1532 "capabilities"
1533 "appeared"
1534 "add"
1535 "Thu,"
1536 "4"
1537 "Although"
1538 "HTTP/1.1"
1539 "usage"
1540 "(A"
1541 "match"
1542 "details"
1543 "tests"
1544 "aspects"
1545 "read"
1546 "Many"
1547 "H.,"
1548 "early"
1549 "action,"
1550 "T"
1551 "address."
1552 "using"
1553 "password"
1554 "loss"
1555 "like"
1556 "text/html"
1557 "Content-Encoding"
1558 "B,"
1559 "B."
1560 "\"HTTP/1.1"
1561 "server"
1562 "discarded"
1563 "either"
1564 "BACK)"
1565 "output"
1566 "Operation"
1567 "page"
1568 "\"GET\""
1569 "exceed"
1570 "because"
1571 "sequence"
1572 "uppercase"
1573 "Since"
1574 "growth"
1575 "Authority"
1576 "respect"
1577 "International"
1578 "recognition"
1579 "happens"
1580 "provided"
1581 "trust"
1582 "lead"
1583 "MIT"
1584 "highest"
1585 "expectation,"
1586 "does"
1587 "Authorization"
1588 "assuming"
1589 "refer"
1590 "GET)"
1591 "GET,"
1592 "GET."
1593 "equivalent"
1594 "Official"
1595 "C)"
1596 "ISO-8859-1."
1597 "broken"
1598 "Range"
1599 "HTTP/1.0,"
1600 "LWS>"
1601 "X3.4-1986,"
1602 "Microsoft"
1603 "on"
1604 "about"
1605 "actual"
1606 "extension"
1607 "of"
1608 "C,"
1609 "accepted"
1610 "FTP,"
1611 "compatible"
1612 "addition"
1613 "unidirectional"
1614 "Message"
1615 "DELETE"
1616 "content-type"
1617 "or"
1618 "UC"
1619 "final"
1620 "No"
1621 "ISO-"
1622 "image"
1623 "Two"
1624 "Internal"
1625 "times,"
1626 "ISO-8859-6,"
1627 "determine"
1628 "T.,"
1629 "operator"
1630 "T/TCP"
1631 "additional"
1632 "area"
1633 "GET\""
1634 "transfer"
1635 "*"
1636 "decode"
1637 "start"
1638 "describes"
1639 "low"
1640 "strict"
1641 "context."
1642 "function"
1643 "complete"
1644 "N."
1645 "enough"
1646 "OCTET"
1647 "but"
1648 "IMPLIED"
1649 "Error"
1650 "Dec"
1651 "with"
1652 "Trailer"
1653 "count"
1654 "clients."
1655 "made"
1656 "compute"
1657 "default"
1658 "GMT,"
1659 "ISO-8859-1,"
1660 "Moved"
1661 "this,"
1662 "ISO-8859-1)"
1663 "SHOULD"
1664 "PURPOSE."
1665 "limit"
1666 "GMT."
1667 "site"
1668 "problem"
1669 "define"
1670 "USE"
1671 "image/jpeg"
1672 "\"E\""
1673 "URL,"
1674 "describe"
1675 "general"
1676 "as"
1677 "UST"
1678 "at"
1679 "file"
1680 "lifetime"
1681 "are"
1682 "Accept-Encoding"
1683 "incorrect"
1684 "variety"
1685 "\"D\""
1686 "virtual"
1687 "details."
1688 "field"
1689 "other"
1690 "5"
1691 "Purpose"
1692 "you"
1693 "CA"
1694 "requested"
1695 "repeat"
1696 "HEX"
1697 "symbol"
1698 "Cache-Control"
1699 "Remove"
1700 "March"
1701 "important"
1702 "H."
1703 "code)"
1704 "included"
1705 "SOCIETY"
1706 "\"MUST"
1707 "ISO-10646\","
1708 "\"ZLIB"
1709 "audio/basic"
1710 "\"ISO-8859-1\""
1711 "\"WAIS"
1712 "persistent"
1713 "having"
1714 "directory"
1715 "ALPHA"
1716 "validation"
1717 "original"
1718
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698