HTTP Headers
Show the HTTP headers for a URL, with a full break-down of details. Will follow redirects.
Summary
- Response
- Total Requests
- 1
- Total Time
- 462 ms
https://ebooksworld.com.pl/user/napkinsofa00/- Status
- 200
- Message
- OK
- Time
- 462 ms
- IP
- 185.253.212.22
Timing
Wait
1 ms
DNS
8 ms
TCP
88 ms
Request
0 ms
First Byte
185 ms
Download
1 ms
Total
462 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Sun, 08 Mar 2026 01:39:01 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Type
text/html
Description
HTML file
Charset
UTF-8
- Connection
close
Control options for the current connection and list of hop-by-hop response fields.
close - The client or server would like to close the connection.
- Set-Cookie
PHPSESSID=5a1801c8d2a9352be9d1b427e67a7bc4; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
PHPSESSID
5a1801c8d2a9352be9d1b427e67a7bc4
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
secure
The cookie is only sent when requesting from a https domain.
HttpOnly
Prevents access to the cookie through JavaScript.
- Set-Cookie
locale=pl_PL; expires=Wed, 05-Mar-2036 01:39:01 GMT; Max-Age=315360000; path=/
A cookie sent from the server to be set on the client
locale
pl_PL
Cookie name and value.
Expires
Wed, 05-Mar-2036 01:39:01 GMT
When the cookie should expire.
Max-Age
315360000 (10 years)
Number of seconds until the cookie expires.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
- Referrer-Policy
no-referrer
Controls what referrer information is sent with requests.
no-referrer - No referrer information is sent along with requests.