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
- 1566 ms
https://ebooksworld.com.pl/user/napkinsofa00/- Status
- 200
- Message
- OK
- Time
- 1566 ms
- IP
- 185.253.212.22
Timing
Wait
0 ms
DNS
443 ms
TCP
87 ms
Request
0 ms
First Byte
115 ms
Download
0 ms
Total
1566 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Wed, 29 Apr 2026 08:04:33 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=ec48b65782bdb450a15f4570270a524d; path=/; secure; HttpOnly
A cookie sent from the server to be set on the client
PHPSESSID
ec48b65782bdb450a15f4570270a524d
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=Sat, 26-Apr-2036 08:04:33 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
Sat, 26-Apr-2036 08:04:33 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.