You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Age":"It is a response header. It defines the times in seconds of the object that have been in the proxy cache.",
4
2
"Accept":"Specifies the media types that are acceptable for the response.",
5
-
"Accept-charset":
6
-
"It is a request type header. This header is used to indicate what character set are acceptable for the response from the server.",
7
3
"Accept-Encoding":
8
4
"Indicates the encoding methods the client can understand.",
5
+
"Accept-Charset":"Specifies the character sets that are acceptable.",
9
6
"Access-Control-Allow-Headers":
10
7
"Specifies a list of HTTP headers that can be used in an actual request after a preflight request including the Access-Control-Request-Headers header is made.",
"Used for conditional requests, allows the server to respond based on certain conditions.",
81
66
"Keep-Alive":
82
-
"It is a general-type header used to inform that how long a persistent connection should stay open.",
83
-
"Last-Modified":
84
-
"The last modified response header is a header sent by the server specifying the date of the last modification of the requested source. This is the formal definition of Last-Modified of HTTP headers.",
67
+
"Used to allow the connection to be reused for further requests.",
85
68
"Location":
86
69
"Indicates the URL a client should redirect to for further interaction.",
87
-
"Large-Allocation":
88
-
"It is a response-type header that informs supported browsers (currently only Firefox) about the needs of a memory that allows them to make sure that the large-allocation succeeds and also start a new process using some unfragmented memory.",
89
-
"Link":
90
-
"It is entity-type header used to serializing one or more links in HTTP headers.",
70
+
"Max-Forwards":
71
+
"Indicates the remaining number of times a request can be forwarded by proxies.",
91
72
"Origin":"Specifies the origin of a cross-origin request.",
92
-
"Proxy-Authenticate":"It is a response header gives access to a resource file by defining an authorization method. It allows the proxy server to transmit the request further by authenticating it.",
93
73
"Proxy-Authorization":
94
-
"It is a request type of header. This header contains the credentials to authenticate between the user agent and the user-specified server.",
95
-
"Pragma":
96
-
"It is general-type header, but response behavior is not specified and thus implementation-specific.",
74
+
"Contains credentials for authenticating a client with a proxy server.",
97
75
"Range":
98
76
"Used to request only part of a resource, typically in the context of downloading large files.",
"Informs the client how long it should wait before making another request after a server has responded with a rate-limiting status code.",
105
83
"Save-Data":
106
-
"It is used to reduce the usage of the data on the client side.",
84
+
"Indicates the client's preference for reduced data usage.",
107
85
"Server":"Indicates the software used by the origin server.",
108
-
"Server-Timing":
109
-
"It is a response-type header. This header is used to communicate between two or more metrics and descriptions for a given request-response cycle from the user agent.",
110
-
"SourceMap":
111
-
"It is a response-type header used to map original source from the transformed source. For example, the JavaScript resources are transformed to some other source from its original by the browsers at the time of execution.",
112
86
"Strict-Transport-Security":
113
87
"Instructs the browser to always use HTTPS for the given domain.",
114
-
"Timing-Allow-Origin":
115
-
"It is a response type header. It specify origins that are allowed to see values of attributes retrieved via features of the Resource Timing API.",
116
-
"TK":
117
-
"It is a response type header, it indicates the tracking status.",
118
88
"TE":"Specifies the transfer encodings that are acceptable to the client.",
89
+
"Upgrade-Insecure-Requests":
90
+
"Instructs the browser to prefer secure connections when available.",
119
91
"User-Agent":
120
92
"Identifies the client software and version making the request.",
121
-
"Vary":
122
-
"It is response-type header. It is used by the server to indicate which headers it used when selecting a representation of a resource in a content negotiation algorithm.",
123
93
"Via":
124
94
"Indicates intermediate proxies or gateways through which the request or response has passed.",
125
-
"Viewport-Width":
126
-
"It is used to indicates the layout viewport width in CSS pixels.",
127
-
"Width":
128
-
"It is a request-type header. This header is used indicates the desired resource width in physical pixels.",
129
-
"Warnings":
130
-
"It is a general type header that is used to inform possible problems to the client.",
131
-
"WWW-Authenticate":
132
-
"It is a response header that defines the authentication method. It should be used to gain access to a resource.",
133
95
"X-Api-Key":"Used to authenticate requests to an API with an API key.",
134
96
"X-Content-Type-Options":
135
97
"Used to prevent browsers from MIME-sniffing a response.",
0 commit comments