Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
ulixee
GitHub Repository: ulixee/secret-agent
Path: blob/main/plugins/default-browser-emulator/data/as-chrome-74-0/headers.json
1030 views
1
{
2
"http": {
3
"Document": [
4
{
5
"originTypes": ["none"],
6
"method": "GET",
7
"order": [
8
"Host",
9
"Connection",
10
"Upgrade-Insecure-Requests",
11
"User-Agent",
12
"Accept",
13
"Accept-Encoding",
14
"Accept-Language"
15
],
16
"defaults": {
17
"Connection": ["keep-alive"],
18
"Upgrade-Insecure-Requests": ["1"],
19
"Accept": [
20
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
21
],
22
"Accept-Encoding": ["gzip, deflate"],
23
"Accept-Language": ["en-US,en;q=0.9"]
24
}
25
},
26
{
27
"originTypes": ["cross-site", "same-site", "same-origin"],
28
"method": "GET",
29
"order": [
30
"Host",
31
"Connection",
32
"Upgrade-Insecure-Requests",
33
"User-Agent",
34
"Accept",
35
"Referer",
36
"Accept-Encoding",
37
"Accept-Language"
38
],
39
"defaults": {
40
"Connection": ["keep-alive"],
41
"Upgrade-Insecure-Requests": ["1"],
42
"Accept": [
43
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
44
],
45
"Accept-Encoding": ["gzip, deflate"],
46
"Accept-Language": ["en-US,en;q=0.9"]
47
}
48
},
49
{
50
"originTypes": ["cross-site", "same-origin", "same-site"],
51
"method": "GET",
52
"order": [
53
"Host",
54
"Connection",
55
"Upgrade-Insecure-Requests",
56
"User-Agent",
57
"Accept",
58
"Referer",
59
"Accept-Encoding",
60
"Accept-Language",
61
"Cookie"
62
],
63
"defaults": {
64
"Connection": ["keep-alive"],
65
"Upgrade-Insecure-Requests": ["1"],
66
"Accept": [
67
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
68
],
69
"Accept-Encoding": ["gzip, deflate"],
70
"Accept-Language": ["en-US,en;q=0.9"]
71
}
72
},
73
{
74
"originTypes": ["none"],
75
"method": "GET",
76
"order": [
77
"Host",
78
"Connection",
79
"Upgrade-Insecure-Requests",
80
"User-Agent",
81
"Accept",
82
"Accept-Encoding",
83
"Accept-Language",
84
"Cookie"
85
],
86
"defaults": {
87
"Connection": ["keep-alive"],
88
"Upgrade-Insecure-Requests": ["1"],
89
"Accept": [
90
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
91
],
92
"Accept-Encoding": ["gzip, deflate"],
93
"Accept-Language": ["en-US,en;q=0.9"]
94
}
95
},
96
{
97
"originTypes": ["same-origin", "same-site", "cross-site"],
98
"method": "POST",
99
"order": [
100
"Host",
101
"Connection",
102
"Content-Length",
103
"Cache-Control",
104
"Origin",
105
"Upgrade-Insecure-Requests",
106
"Content-Type",
107
"User-Agent",
108
"Accept",
109
"Referer",
110
"Accept-Encoding",
111
"Accept-Language",
112
"Cookie"
113
],
114
"defaults": {
115
"Connection": ["keep-alive"],
116
"Upgrade-Insecure-Requests": ["1"],
117
"Accept": [
118
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
119
],
120
"Accept-Encoding": ["gzip, deflate"],
121
"Accept-Language": ["en-US,en;q=0.9"]
122
}
123
}
124
],
125
"WebsocketUpgrade": [
126
{
127
"originTypes": ["same-origin", "same-site", "cross-site"],
128
"method": "GET",
129
"order": [
130
"Host",
131
"Connection",
132
"Pragma",
133
"Cache-Control",
134
"User-Agent",
135
"Upgrade",
136
"Origin",
137
"Sec-WebSocket-Version",
138
"Accept-Encoding",
139
"Accept-Language",
140
"Sec-WebSocket-Key",
141
"Sec-WebSocket-Extensions"
142
],
143
"defaults": {
144
"Connection": ["Upgrade"],
145
"Upgrade": ["websocket"],
146
"Sec-WebSocket-Version": ["13"],
147
"Accept-Encoding": ["gzip, deflate"],
148
"Accept-Language": ["en-US,en;q=0.9"],
149
"Sec-WebSocket-Extensions": ["permessage-deflate; client_max_window_bits"]
150
}
151
}
152
],
153
"Xhr": [
154
{
155
"originTypes": ["same-origin"],
156
"method": "GET",
157
"order": [
158
"Host",
159
"Connection",
160
"Accept",
161
"User-Agent",
162
"Referer",
163
"Accept-Encoding",
164
"Accept-Language"
165
],
166
"defaults": {
167
"Connection": ["keep-alive"],
168
"Accept": ["application/json, text/plain, */*"],
169
"Accept-Encoding": ["gzip, deflate"],
170
"Accept-Language": ["en-US,en;q=0.9"]
171
}
172
},
173
{
174
"originTypes": ["same-site", "cross-site"],
175
"method": "GET",
176
"order": [
177
"Host",
178
"Connection",
179
"Accept",
180
"Origin",
181
"User-Agent",
182
"Referer",
183
"Accept-Encoding",
184
"Accept-Language"
185
],
186
"defaults": {
187
"Connection": ["keep-alive"],
188
"Accept": ["application/json, text/plain, */*"],
189
"Accept-Encoding": ["gzip, deflate"],
190
"Accept-Language": ["en-US,en;q=0.9"]
191
}
192
},
193
{
194
"originTypes": ["same-site", "cross-site"],
195
"method": "GET",
196
"order": [
197
"Host",
198
"Connection",
199
"Accept",
200
"User-Agent",
201
"Origin",
202
"Referer",
203
"Accept-Encoding",
204
"Accept-Language"
205
],
206
"defaults": {
207
"Connection": ["keep-alive"],
208
"Accept": ["application/json, text/plain, */*"],
209
"Accept-Encoding": ["gzip, deflate"],
210
"Accept-Language": ["en-US,en;q=0.9"]
211
}
212
}
213
],
214
"Fetch": [
215
{
216
"originTypes": ["same-origin"],
217
"method": "GET",
218
"order": [
219
"Host",
220
"Connection",
221
"User-Agent",
222
"Accept",
223
"Referer",
224
"Accept-Encoding",
225
"Accept-Language"
226
],
227
"defaults": {
228
"Connection": ["keep-alive"],
229
"Accept": ["*/*"],
230
"Accept-Encoding": ["gzip, deflate"],
231
"Accept-Language": ["en-US,en;q=0.9"]
232
}
233
},
234
{
235
"originTypes": ["same-origin", "same-site", "cross-site"],
236
"method": "POST",
237
"order": [
238
"Host",
239
"Connection",
240
"Content-Length",
241
"Origin",
242
"User-Agent",
243
"Content-Type",
244
"Accept",
245
"Referer",
246
"Accept-Encoding",
247
"Accept-Language"
248
],
249
"defaults": {
250
"Connection": ["keep-alive"],
251
"Accept": ["*/*"],
252
"Accept-Encoding": ["gzip, deflate"],
253
"Accept-Language": ["en-US,en;q=0.9"]
254
}
255
},
256
{
257
"originTypes": ["same-origin", "same-site"],
258
"method": "POST",
259
"order": [
260
"Host",
261
"Connection",
262
"Content-Length",
263
"User-Agent",
264
"Origin",
265
"Content-Type",
266
"Accept",
267
"Referer",
268
"Accept-Encoding",
269
"Accept-Language"
270
],
271
"defaults": {
272
"Connection": ["keep-alive"],
273
"Accept": ["*/*"],
274
"Accept-Encoding": ["gzip, deflate"],
275
"Accept-Language": ["en-US,en;q=0.9"]
276
}
277
},
278
{
279
"originTypes": ["same-site", "cross-site"],
280
"method": "GET",
281
"order": [
282
"Host",
283
"Connection",
284
"Origin",
285
"User-Agent",
286
"Accept",
287
"Referer",
288
"Accept-Encoding",
289
"Accept-Language"
290
],
291
"defaults": {
292
"Connection": ["keep-alive"],
293
"Accept": ["*/*"],
294
"Accept-Encoding": ["gzip, deflate"],
295
"Accept-Language": ["en-US,en;q=0.9"]
296
}
297
},
298
{
299
"originTypes": ["same-site"],
300
"method": "POST",
301
"order": [
302
"Host",
303
"Connection",
304
"Content-Length",
305
"Origin",
306
"Content-Type",
307
"User-Agent",
308
"Accept",
309
"Referer",
310
"Accept-Encoding",
311
"Accept-Language"
312
],
313
"defaults": {
314
"Connection": ["keep-alive"],
315
"Accept": ["*/*"],
316
"Accept-Encoding": ["gzip, deflate"],
317
"Accept-Language": ["en-US,en;q=0.9"]
318
}
319
},
320
{
321
"originTypes": ["cross-site", "same-site"],
322
"method": "GET",
323
"order": [
324
"Host",
325
"Connection",
326
"User-Agent",
327
"Origin",
328
"Accept",
329
"Referer",
330
"Accept-Encoding",
331
"Accept-Language"
332
],
333
"defaults": {
334
"Connection": ["keep-alive"],
335
"Accept": ["*/*"],
336
"Accept-Encoding": ["gzip, deflate"],
337
"Accept-Language": ["en-US,en;q=0.9"]
338
}
339
}
340
],
341
"Preflight": [
342
{
343
"originTypes": ["same-site", "cross-site"],
344
"method": "OPTIONS",
345
"order": [
346
"Host",
347
"Connection",
348
"Access-Control-Request-Method",
349
"Origin",
350
"User-Agent",
351
"Access-Control-Request-Headers",
352
"Accept",
353
"Referer",
354
"Accept-Encoding",
355
"Accept-Language"
356
],
357
"defaults": {
358
"Connection": ["keep-alive"],
359
"Accept": ["*/*"],
360
"Accept-Encoding": ["gzip, deflate"],
361
"Accept-Language": ["en-US,en;q=0.9"]
362
}
363
}
364
],
365
"Script": [
366
{
367
"originTypes": ["same-origin", "same-site", "cross-site"],
368
"method": "GET",
369
"order": [
370
"Host",
371
"Connection",
372
"User-Agent",
373
"Accept",
374
"Referer",
375
"Accept-Encoding",
376
"Accept-Language"
377
],
378
"defaults": {
379
"Connection": ["keep-alive"],
380
"Accept": ["*/*"],
381
"Accept-Encoding": ["gzip, deflate"],
382
"Accept-Language": ["en-US,en;q=0.9"]
383
}
384
}
385
],
386
"Stylesheet": [
387
{
388
"originTypes": ["same-origin", "same-site", "cross-site"],
389
"method": "GET",
390
"order": [
391
"Host",
392
"Connection",
393
"User-Agent",
394
"Accept",
395
"Referer",
396
"Accept-Encoding",
397
"Accept-Language"
398
],
399
"defaults": {
400
"Connection": ["keep-alive"],
401
"Accept": ["text/css,*/*;q=0.1"],
402
"Accept-Encoding": ["gzip, deflate"],
403
"Accept-Language": ["en-US,en;q=0.9"]
404
}
405
}
406
],
407
"Image": [
408
{
409
"originTypes": ["same-origin", "same-site", "cross-site"],
410
"method": "GET",
411
"order": [
412
"Host",
413
"Connection",
414
"User-Agent",
415
"Accept",
416
"Referer",
417
"Accept-Encoding",
418
"Accept-Language"
419
],
420
"defaults": {
421
"Connection": ["keep-alive"],
422
"Accept": ["image/webp,image/apng,image/*,*/*;q=0.8"],
423
"Accept-Encoding": ["gzip, deflate"],
424
"Accept-Language": ["en-US,en;q=0.9"]
425
}
426
}
427
],
428
"Media": [
429
{
430
"originTypes": ["same-origin", "same-site", "cross-site"],
431
"method": "GET",
432
"order": [
433
"Host",
434
"Connection",
435
"Accept-Encoding",
436
"User-Agent",
437
"Accept",
438
"Referer",
439
"Accept-Language",
440
"Range"
441
],
442
"defaults": {
443
"Connection": ["keep-alive"],
444
"Accept-Encoding": ["identity;q=1, *;q=0"],
445
"Accept": ["*/*"],
446
"Accept-Language": ["en-US,en;q=0.9"]
447
}
448
}
449
],
450
"Font": [
451
{
452
"originTypes": ["same-origin"],
453
"method": "GET",
454
"order": [
455
"Host",
456
"Connection",
457
"Origin",
458
"User-Agent",
459
"Accept",
460
"Referer",
461
"Accept-Encoding",
462
"Accept-Language"
463
],
464
"defaults": {
465
"Connection": ["keep-alive"],
466
"Accept": ["*/*"],
467
"Accept-Encoding": ["gzip, deflate"],
468
"Accept-Language": ["en-US,en;q=0.9"]
469
}
470
}
471
]
472
},
473
"https": {
474
"Document": [
475
{
476
"originTypes": ["none"],
477
"method": "GET",
478
"order": [
479
"Host",
480
"Connection",
481
"Upgrade-Insecure-Requests",
482
"User-Agent",
483
"Accept",
484
"Accept-Encoding",
485
"Accept-Language"
486
],
487
"defaults": {
488
"Connection": ["keep-alive"],
489
"Upgrade-Insecure-Requests": ["1"],
490
"Accept": [
491
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
492
],
493
"Accept-Encoding": ["gzip, deflate, br"],
494
"Accept-Language": ["en-US,en;q=0.9"]
495
}
496
},
497
{
498
"originTypes": ["cross-site", "same-site", "same-origin"],
499
"method": "GET",
500
"order": [
501
"Host",
502
"Connection",
503
"Upgrade-Insecure-Requests",
504
"User-Agent",
505
"Accept",
506
"Referer",
507
"Accept-Encoding",
508
"Accept-Language"
509
],
510
"defaults": {
511
"Connection": ["keep-alive"],
512
"Upgrade-Insecure-Requests": ["1"],
513
"Accept": [
514
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
515
],
516
"Accept-Encoding": ["gzip, deflate, br"],
517
"Accept-Language": ["en-US,en;q=0.9"]
518
}
519
},
520
{
521
"originTypes": ["cross-site", "same-origin", "same-site"],
522
"method": "GET",
523
"order": [
524
"Host",
525
"Connection",
526
"Upgrade-Insecure-Requests",
527
"User-Agent",
528
"Accept",
529
"Referer",
530
"Accept-Encoding",
531
"Accept-Language",
532
"Cookie"
533
],
534
"defaults": {
535
"Connection": ["keep-alive"],
536
"Upgrade-Insecure-Requests": ["1"],
537
"Accept": [
538
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
539
],
540
"Accept-Encoding": ["gzip, deflate, br"],
541
"Accept-Language": ["en-US,en;q=0.9"]
542
}
543
},
544
{
545
"originTypes": ["none"],
546
"method": "GET",
547
"order": [
548
"Host",
549
"Connection",
550
"Upgrade-Insecure-Requests",
551
"User-Agent",
552
"Accept",
553
"Accept-Encoding",
554
"Accept-Language",
555
"Cookie"
556
],
557
"defaults": {
558
"Connection": ["keep-alive"],
559
"Upgrade-Insecure-Requests": ["1"],
560
"Accept": [
561
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
562
],
563
"Accept-Encoding": ["gzip, deflate, br"],
564
"Accept-Language": ["en-US,en;q=0.9"]
565
}
566
},
567
{
568
"originTypes": ["same-origin", "same-site", "cross-site"],
569
"method": "POST",
570
"order": [
571
"Host",
572
"Connection",
573
"Content-Length",
574
"Cache-Control",
575
"Origin",
576
"Upgrade-Insecure-Requests",
577
"Content-Type",
578
"User-Agent",
579
"Accept",
580
"Referer",
581
"Accept-Encoding",
582
"Accept-Language",
583
"Cookie"
584
],
585
"defaults": {
586
"Connection": ["keep-alive"],
587
"Upgrade-Insecure-Requests": ["1"],
588
"Accept": [
589
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
590
],
591
"Accept-Encoding": ["gzip, deflate, br"],
592
"Accept-Language": ["en-US,en;q=0.9"]
593
}
594
}
595
],
596
"WebsocketUpgrade": [
597
{
598
"originTypes": ["same-origin", "same-site", "cross-site"],
599
"method": "GET",
600
"order": [
601
"Host",
602
"Connection",
603
"Pragma",
604
"Cache-Control",
605
"User-Agent",
606
"Upgrade",
607
"Origin",
608
"Sec-WebSocket-Version",
609
"Accept-Encoding",
610
"Accept-Language",
611
"Sec-WebSocket-Key",
612
"Sec-WebSocket-Extensions"
613
],
614
"defaults": {
615
"Connection": ["Upgrade"],
616
"Upgrade": ["websocket"],
617
"Sec-WebSocket-Version": ["13"],
618
"Accept-Encoding": ["gzip, deflate, br"],
619
"Accept-Language": ["en-US,en;q=0.9"],
620
"Sec-WebSocket-Extensions": ["permessage-deflate; client_max_window_bits"]
621
}
622
}
623
],
624
"Xhr": [
625
{
626
"originTypes": ["same-origin"],
627
"method": "GET",
628
"order": [
629
"Host",
630
"Connection",
631
"Accept",
632
"User-Agent",
633
"Referer",
634
"Accept-Encoding",
635
"Accept-Language"
636
],
637
"defaults": {
638
"Connection": ["keep-alive"],
639
"Accept": ["application/json, text/plain, */*"],
640
"Accept-Encoding": ["gzip, deflate, br"],
641
"Accept-Language": ["en-US,en;q=0.9"]
642
}
643
},
644
{
645
"originTypes": ["same-site", "cross-site"],
646
"method": "GET",
647
"order": [
648
"Host",
649
"Connection",
650
"Accept",
651
"Origin",
652
"User-Agent",
653
"Referer",
654
"Accept-Encoding",
655
"Accept-Language"
656
],
657
"defaults": {
658
"Connection": ["keep-alive"],
659
"Accept": ["application/json, text/plain, */*"],
660
"Accept-Encoding": ["gzip, deflate, br"],
661
"Accept-Language": ["en-US,en;q=0.9"]
662
}
663
},
664
{
665
"originTypes": ["same-site", "cross-site"],
666
"method": "GET",
667
"order": [
668
"Host",
669
"Connection",
670
"Accept",
671
"User-Agent",
672
"Origin",
673
"Referer",
674
"Accept-Encoding",
675
"Accept-Language"
676
],
677
"defaults": {
678
"Connection": ["keep-alive"],
679
"Accept": ["application/json, text/plain, */*"],
680
"Accept-Encoding": ["gzip, deflate, br"],
681
"Accept-Language": ["en-US,en;q=0.9"]
682
}
683
}
684
],
685
"Fetch": [
686
{
687
"originTypes": ["same-origin"],
688
"method": "GET",
689
"order": [
690
"Host",
691
"Connection",
692
"User-Agent",
693
"Accept",
694
"Referer",
695
"Accept-Encoding",
696
"Accept-Language"
697
],
698
"defaults": {
699
"Connection": ["keep-alive"],
700
"Accept": ["*/*"],
701
"Accept-Encoding": ["gzip, deflate, br"],
702
"Accept-Language": ["en-US,en;q=0.9"]
703
}
704
},
705
{
706
"originTypes": ["same-origin", "same-site", "cross-site"],
707
"method": "POST",
708
"order": [
709
"Host",
710
"Connection",
711
"Content-Length",
712
"Origin",
713
"User-Agent",
714
"Content-Type",
715
"Accept",
716
"Referer",
717
"Accept-Encoding",
718
"Accept-Language"
719
],
720
"defaults": {
721
"Connection": ["keep-alive"],
722
"Accept": ["*/*"],
723
"Accept-Encoding": ["gzip, deflate, br"],
724
"Accept-Language": ["en-US,en;q=0.9"]
725
}
726
},
727
{
728
"originTypes": ["same-site", "cross-site"],
729
"method": "GET",
730
"order": [
731
"Host",
732
"Connection",
733
"Origin",
734
"User-Agent",
735
"Accept",
736
"Referer",
737
"Accept-Encoding",
738
"Accept-Language"
739
],
740
"defaults": {
741
"Connection": ["keep-alive"],
742
"Accept": ["*/*"],
743
"Accept-Encoding": ["gzip, deflate, br"],
744
"Accept-Language": ["en-US,en;q=0.9"]
745
}
746
},
747
{
748
"originTypes": ["same-site"],
749
"method": "GET",
750
"order": [
751
"Host",
752
"Connection",
753
"User-Agent",
754
"Origin",
755
"Accept",
756
"Referer",
757
"Accept-Encoding",
758
"Accept-Language"
759
],
760
"defaults": {
761
"Connection": ["keep-alive"],
762
"Accept": ["*/*"],
763
"Accept-Encoding": ["gzip, deflate, br"],
764
"Accept-Language": ["en-US,en;q=0.9"]
765
}
766
},
767
{
768
"originTypes": ["same-site", "same-origin"],
769
"method": "POST",
770
"order": [
771
"Host",
772
"Connection",
773
"Content-Length",
774
"Origin",
775
"Content-Type",
776
"User-Agent",
777
"Accept",
778
"Referer",
779
"Accept-Encoding",
780
"Accept-Language"
781
],
782
"defaults": {
783
"Connection": ["keep-alive"],
784
"Accept": ["*/*"],
785
"Accept-Encoding": ["gzip, deflate, br"],
786
"Accept-Language": ["en-US,en;q=0.9"]
787
}
788
}
789
],
790
"Preflight": [
791
{
792
"originTypes": ["same-site", "cross-site"],
793
"method": "OPTIONS",
794
"order": [
795
"Host",
796
"Connection",
797
"Access-Control-Request-Method",
798
"Origin",
799
"User-Agent",
800
"Access-Control-Request-Headers",
801
"Accept",
802
"Referer",
803
"Accept-Encoding",
804
"Accept-Language"
805
],
806
"defaults": {
807
"Connection": ["keep-alive"],
808
"Accept": ["*/*"],
809
"Accept-Encoding": ["gzip, deflate, br"],
810
"Accept-Language": ["en-US,en;q=0.9"]
811
}
812
}
813
],
814
"Stylesheet": [
815
{
816
"originTypes": ["same-origin", "same-site", "cross-site"],
817
"method": "GET",
818
"order": [
819
"Host",
820
"Connection",
821
"User-Agent",
822
"Accept",
823
"Referer",
824
"Accept-Encoding",
825
"Accept-Language"
826
],
827
"defaults": {
828
"Connection": ["keep-alive"],
829
"Accept": ["text/css,*/*;q=0.1"],
830
"Accept-Encoding": ["gzip, deflate, br"],
831
"Accept-Language": ["en-US,en;q=0.9"]
832
}
833
}
834
],
835
"Script": [
836
{
837
"originTypes": ["same-origin", "same-site", "cross-site"],
838
"method": "GET",
839
"order": [
840
"Host",
841
"Connection",
842
"User-Agent",
843
"Accept",
844
"Referer",
845
"Accept-Encoding",
846
"Accept-Language"
847
],
848
"defaults": {
849
"Connection": ["keep-alive"],
850
"Accept": ["*/*"],
851
"Accept-Encoding": ["gzip, deflate, br"],
852
"Accept-Language": ["en-US,en;q=0.9"]
853
}
854
}
855
],
856
"Image": [
857
{
858
"originTypes": ["same-origin", "same-site", "cross-site"],
859
"method": "GET",
860
"order": [
861
"Host",
862
"Connection",
863
"User-Agent",
864
"Accept",
865
"Referer",
866
"Accept-Encoding",
867
"Accept-Language"
868
],
869
"defaults": {
870
"Connection": ["keep-alive"],
871
"Accept": ["image/webp,image/apng,image/*,*/*;q=0.8"],
872
"Accept-Encoding": ["gzip, deflate, br"],
873
"Accept-Language": ["en-US,en;q=0.9"]
874
}
875
}
876
],
877
"Media": [
878
{
879
"originTypes": ["same-origin", "same-site", "cross-site"],
880
"method": "GET",
881
"order": [
882
"Host",
883
"Connection",
884
"Accept-Encoding",
885
"User-Agent",
886
"Accept",
887
"Referer",
888
"Accept-Language",
889
"Range"
890
],
891
"defaults": {
892
"Connection": ["keep-alive"],
893
"Accept-Encoding": ["identity;q=1, *;q=0"],
894
"Accept": ["*/*"],
895
"Accept-Language": ["en-US,en;q=0.9"]
896
}
897
}
898
],
899
"Font": [
900
{
901
"originTypes": ["same-origin"],
902
"method": "GET",
903
"order": [
904
"Host",
905
"Connection",
906
"Origin",
907
"User-Agent",
908
"Accept",
909
"Referer",
910
"Accept-Encoding",
911
"Accept-Language"
912
],
913
"defaults": {
914
"Connection": ["keep-alive"],
915
"Accept": ["*/*"],
916
"Accept-Encoding": ["gzip, deflate, br"],
917
"Accept-Language": ["en-US,en;q=0.9"]
918
}
919
}
920
]
921
},
922
"http2": {
923
"Document": [
924
{
925
"originTypes": ["none"],
926
"method": "GET",
927
"order": [
928
":method",
929
":authority",
930
":scheme",
931
":path",
932
"upgrade-insecure-requests",
933
"user-agent",
934
"accept",
935
"accept-encoding",
936
"accept-language"
937
],
938
"defaults": {
939
"upgrade-insecure-requests": ["1"],
940
"accept": [
941
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
942
],
943
"accept-encoding": ["gzip, deflate, br"],
944
"accept-language": ["en-US,en;q=0.9"]
945
}
946
},
947
{
948
"originTypes": ["cross-site", "same-site", "same-origin"],
949
"method": "GET",
950
"order": [
951
":method",
952
":authority",
953
":scheme",
954
":path",
955
"upgrade-insecure-requests",
956
"user-agent",
957
"accept",
958
"referer",
959
"accept-encoding",
960
"accept-language"
961
],
962
"defaults": {
963
"upgrade-insecure-requests": ["1"],
964
"accept": [
965
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
966
],
967
"accept-encoding": ["gzip, deflate, br"],
968
"accept-language": ["en-US,en;q=0.9"]
969
}
970
},
971
{
972
"originTypes": ["cross-site", "same-origin", "same-site"],
973
"method": "GET",
974
"order": [
975
":method",
976
":authority",
977
":scheme",
978
":path",
979
"upgrade-insecure-requests",
980
"user-agent",
981
"accept",
982
"referer",
983
"accept-encoding",
984
"accept-language",
985
"cookie"
986
],
987
"defaults": {
988
"upgrade-insecure-requests": ["1"],
989
"accept": [
990
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
991
],
992
"accept-encoding": ["gzip, deflate, br"],
993
"accept-language": ["en-US,en;q=0.9"]
994
}
995
},
996
{
997
"originTypes": ["none"],
998
"method": "GET",
999
"order": [
1000
":method",
1001
":authority",
1002
":scheme",
1003
":path",
1004
"upgrade-insecure-requests",
1005
"user-agent",
1006
"accept",
1007
"accept-encoding",
1008
"accept-language",
1009
"cookie"
1010
],
1011
"defaults": {
1012
"upgrade-insecure-requests": ["1"],
1013
"accept": [
1014
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
1015
],
1016
"accept-encoding": ["gzip, deflate, br"],
1017
"accept-language": ["en-US,en;q=0.9"]
1018
}
1019
},
1020
{
1021
"originTypes": ["same-origin", "same-site", "cross-site"],
1022
"method": "POST",
1023
"order": [
1024
":method",
1025
":authority",
1026
":scheme",
1027
":path",
1028
"content-length",
1029
"cache-control",
1030
"origin",
1031
"upgrade-insecure-requests",
1032
"content-type",
1033
"user-agent",
1034
"accept",
1035
"referer",
1036
"accept-encoding",
1037
"accept-language",
1038
"cookie"
1039
],
1040
"defaults": {
1041
"upgrade-insecure-requests": ["1"],
1042
"accept": [
1043
"text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3"
1044
],
1045
"accept-encoding": ["gzip, deflate, br"],
1046
"accept-language": ["en-US,en;q=0.9"]
1047
}
1048
}
1049
],
1050
"Xhr": [
1051
{
1052
"originTypes": ["same-origin"],
1053
"method": "GET",
1054
"order": [
1055
":method",
1056
":authority",
1057
":scheme",
1058
":path",
1059
"accept",
1060
"user-agent",
1061
"referer",
1062
"accept-encoding",
1063
"accept-language"
1064
],
1065
"defaults": {
1066
"accept": ["application/json, text/plain, */*"],
1067
"accept-encoding": ["gzip, deflate, br"],
1068
"accept-language": ["en-US,en;q=0.9"]
1069
}
1070
},
1071
{
1072
"originTypes": ["same-site", "cross-site"],
1073
"method": "GET",
1074
"order": [
1075
":method",
1076
":authority",
1077
":scheme",
1078
":path",
1079
"accept",
1080
"origin",
1081
"user-agent",
1082
"referer",
1083
"accept-encoding",
1084
"accept-language"
1085
],
1086
"defaults": {
1087
"accept": ["application/json, text/plain, */*"],
1088
"accept-encoding": ["gzip, deflate, br"],
1089
"accept-language": ["en-US,en;q=0.9"]
1090
}
1091
},
1092
{
1093
"originTypes": ["same-site", "cross-site"],
1094
"method": "GET",
1095
"order": [
1096
":method",
1097
":authority",
1098
":scheme",
1099
":path",
1100
"accept",
1101
"user-agent",
1102
"origin",
1103
"referer",
1104
"accept-encoding",
1105
"accept-language"
1106
],
1107
"defaults": {
1108
"accept": ["application/json, text/plain, */*"],
1109
"accept-encoding": ["gzip, deflate, br"],
1110
"accept-language": ["en-US,en;q=0.9"]
1111
}
1112
}
1113
],
1114
"Fetch": [
1115
{
1116
"originTypes": ["same-origin"],
1117
"method": "GET",
1118
"order": [
1119
":method",
1120
":authority",
1121
":scheme",
1122
":path",
1123
"user-agent",
1124
"accept",
1125
"referer",
1126
"accept-encoding",
1127
"accept-language"
1128
],
1129
"defaults": {
1130
"accept": ["*/*"],
1131
"accept-encoding": ["gzip, deflate, br"],
1132
"accept-language": ["en-US,en;q=0.9"]
1133
}
1134
},
1135
{
1136
"originTypes": ["same-origin", "same-site", "cross-site"],
1137
"method": "POST",
1138
"order": [
1139
":method",
1140
":authority",
1141
":scheme",
1142
":path",
1143
"content-length",
1144
"origin",
1145
"user-agent",
1146
"content-type",
1147
"accept",
1148
"referer",
1149
"accept-encoding",
1150
"accept-language"
1151
],
1152
"defaults": {
1153
"accept": ["*/*"],
1154
"accept-encoding": ["gzip, deflate, br"],
1155
"accept-language": ["en-US,en;q=0.9"]
1156
}
1157
},
1158
{
1159
"originTypes": ["same-site", "cross-site"],
1160
"method": "GET",
1161
"order": [
1162
":method",
1163
":authority",
1164
":scheme",
1165
":path",
1166
"origin",
1167
"user-agent",
1168
"accept",
1169
"referer",
1170
"accept-encoding",
1171
"accept-language"
1172
],
1173
"defaults": {
1174
"accept": ["*/*"],
1175
"accept-encoding": ["gzip, deflate, br"],
1176
"accept-language": ["en-US,en;q=0.9"]
1177
}
1178
},
1179
{
1180
"originTypes": ["same-site", "cross-site"],
1181
"method": "POST",
1182
"order": [
1183
":method",
1184
":authority",
1185
":scheme",
1186
":path",
1187
"content-length",
1188
"origin",
1189
"content-type",
1190
"user-agent",
1191
"accept",
1192
"referer",
1193
"accept-encoding",
1194
"accept-language"
1195
],
1196
"defaults": {
1197
"accept": ["*/*"],
1198
"accept-encoding": ["gzip, deflate, br"],
1199
"accept-language": ["en-US,en;q=0.9"]
1200
}
1201
},
1202
{
1203
"originTypes": ["same-site"],
1204
"method": "POST",
1205
"order": [
1206
":method",
1207
":authority",
1208
":scheme",
1209
":path",
1210
"content-length",
1211
"user-agent",
1212
"origin",
1213
"content-type",
1214
"accept",
1215
"referer",
1216
"accept-encoding",
1217
"accept-language"
1218
],
1219
"defaults": {
1220
"accept": ["*/*"],
1221
"accept-encoding": ["gzip, deflate, br"],
1222
"accept-language": ["en-US,en;q=0.9"]
1223
}
1224
},
1225
{
1226
"originTypes": ["same-site"],
1227
"method": "GET",
1228
"order": [
1229
":method",
1230
":authority",
1231
":scheme",
1232
":path",
1233
"user-agent",
1234
"origin",
1235
"accept",
1236
"referer",
1237
"accept-encoding",
1238
"accept-language"
1239
],
1240
"defaults": {
1241
"accept": ["*/*"],
1242
"accept-encoding": ["gzip, deflate, br"],
1243
"accept-language": ["en-US,en;q=0.9"]
1244
}
1245
}
1246
],
1247
"Preflight": [
1248
{
1249
"originTypes": ["same-site", "cross-site"],
1250
"method": "OPTIONS",
1251
"order": [
1252
":method",
1253
":authority",
1254
":scheme",
1255
":path",
1256
"access-control-request-method",
1257
"origin",
1258
"user-agent",
1259
"access-control-request-headers",
1260
"accept",
1261
"referer",
1262
"accept-encoding",
1263
"accept-language"
1264
],
1265
"defaults": {
1266
"accept": ["*/*"],
1267
"accept-encoding": ["gzip, deflate, br"],
1268
"accept-language": ["en-US,en;q=0.9"]
1269
}
1270
}
1271
],
1272
"Script": [
1273
{
1274
"originTypes": ["same-origin", "same-site", "cross-site"],
1275
"method": "GET",
1276
"order": [
1277
":method",
1278
":authority",
1279
":scheme",
1280
":path",
1281
"user-agent",
1282
"accept",
1283
"referer",
1284
"accept-encoding",
1285
"accept-language"
1286
],
1287
"defaults": {
1288
"accept": ["*/*"],
1289
"accept-encoding": ["gzip, deflate, br"],
1290
"accept-language": ["en-US,en;q=0.9"]
1291
}
1292
}
1293
],
1294
"Stylesheet": [
1295
{
1296
"originTypes": ["same-origin", "same-site", "cross-site"],
1297
"method": "GET",
1298
"order": [
1299
":method",
1300
":authority",
1301
":scheme",
1302
":path",
1303
"user-agent",
1304
"accept",
1305
"referer",
1306
"accept-encoding",
1307
"accept-language"
1308
],
1309
"defaults": {
1310
"accept": ["text/css,*/*;q=0.1"],
1311
"accept-encoding": ["gzip, deflate, br"],
1312
"accept-language": ["en-US,en;q=0.9"]
1313
}
1314
}
1315
],
1316
"Image": [
1317
{
1318
"originTypes": ["same-origin", "same-site", "cross-site"],
1319
"method": "GET",
1320
"order": [
1321
":method",
1322
":authority",
1323
":scheme",
1324
":path",
1325
"user-agent",
1326
"accept",
1327
"referer",
1328
"accept-encoding",
1329
"accept-language"
1330
],
1331
"defaults": {
1332
"accept": ["image/webp,image/apng,image/*,*/*;q=0.8"],
1333
"accept-encoding": ["gzip, deflate, br"],
1334
"accept-language": ["en-US,en;q=0.9"]
1335
}
1336
}
1337
],
1338
"Media": [
1339
{
1340
"originTypes": ["same-origin", "same-site", "cross-site"],
1341
"method": "GET",
1342
"order": [
1343
":method",
1344
":authority",
1345
":scheme",
1346
":path",
1347
"accept-encoding",
1348
"user-agent",
1349
"accept",
1350
"referer",
1351
"accept-language",
1352
"range"
1353
],
1354
"defaults": {
1355
"accept-encoding": ["identity;q=1, *;q=0"],
1356
"accept": ["*/*"],
1357
"accept-language": ["en-US,en;q=0.9"]
1358
}
1359
}
1360
],
1361
"Font": [
1362
{
1363
"originTypes": ["same-origin"],
1364
"method": "GET",
1365
"order": [
1366
":method",
1367
":authority",
1368
":scheme",
1369
":path",
1370
"origin",
1371
"user-agent",
1372
"accept",
1373
"referer",
1374
"accept-encoding",
1375
"accept-language"
1376
],
1377
"defaults": {
1378
"accept": ["*/*"],
1379
"accept-encoding": ["gzip, deflate, br"],
1380
"accept-language": ["en-US,en;q=0.9"]
1381
}
1382
}
1383
]
1384
}
1385
}
1386
1387