0% found this document useful (0 votes)
28 views2 pages

HTTP Response Headers Overview

The document contains an HTTP response with a status code of 200, indicating a successful request. It includes various headers such as content type, cache control, and a set cookie for session management. The response data indicates success with an account name that is hidden for privacy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views2 pages

HTTP Response Headers Overview

The document contains an HTTP response with a status code of 200, indicating a successful request. It includes various headers such as content type, cache control, and a set cookie for session management. The response data indicates success with an account name that is hidden for privacy.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

[

{
"statusCode": 200,
"headers": [
{
"name": "date",
"value": "Tue, 08 Oct 2024 [Link] GMT"
},
{
"name": "server",
"value": "Apache"
},
{
"name": "expires",
"value": "Thu, 19 Nov 1981 [Link] GMT"
},
{
"name": "cache-control",
"value": "no-store, no-cache, must-revalidate"
},
{
"name": "pragma",
"value": "no-cache"
},
{
"name": "content-encoding",
"value": "gzip"
},
{
"name": "vary",
"value": "Accept-Encoding"
},
{
"name": "set-cookie",
"value": "PHPSESSID=584748aa391667; path=/"
},
{
"name": "keep-alive",
"value": "timeout=5, max=100"
},
{
"name": "connection",
"value": "Keep-Alive"
},
{
"name": "transfer-encoding",
"value": "chunked"
},
{
"name": "content-type",
"value": "text/html; charset=UTF-8"
}
],
"cookieHeaders": [
"PHPSESSID=584748aa391667; path=/"
],
"data": "{\"success\":200,\"Account Name\":\"Account Name Hidden\"}",
"fileSize": 58
}
]

You might also like