forked from AliceNN-ucdenver/CSC3916_Assignment0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathheader.txt
69 lines (50 loc) · 1.34 KB
/
header.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
REQUEST HEADERS -----
Key: Postman-Token
Value: <calculated upon request>
Desc: UUID of request
Key: Host
Value: <calculated upon request>
Desc: Address of host I'm connecting to
Key: User-Agent
Value: PostmanRuntime/7.43.0
Desc: Identifies Postman as the HTTP client
Key: Accept
Value: */*
Desc: Indicates that Postman can accept any message type
Key: Accept-Encoding
Value: gzip, deflate, br
Desc: Postman HTTP client accepts the above encoding/compression algorithms
Key: Connection
Value: keep-alive
Desc: Indicates a persistent connection to possibly be reused later
RESPONSE HEADERS -----
Key: Content-Type
Value: application/json; charset=UTF-8
Desc: Character formatting of message
Key: Vary
Values: Origin, X-Origin, Referer
Desc: Determines how to match request headers for caching purposes
Key: Content-Encoding
Values: gzip
Desc: Algorithm to encode response
Key: Date
Value: Mon, 03 Feb 2025 06:34:00 GMT
Desc: Timestamp of response
Key: Server
Value: ESF
Desc: How the server handles requests
Key: X-XSS-Protection
Value: 0
Desc: For security purposes
Key: X-Frame-Options
Value: SAMEORIGIN
Desc: For security purposes
Key: X-Content-Type-Options
Value: nosniff
Desc: For security purposes
Key: Alt-Svc
Value: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000
Desc: (Unknown)
Key: Transfer-Encoding
Value: chunked
Desc: Data is encoded in chunks