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
- 1162 ms
https://git.shileiye.com/chastitylott2
- Status
- 404
- Message
- Not Found
- Time
- 1162 ms
- IP
- 115.159.100.182
Timing
Wait
0 ms
DNS
453 ms
TCP
235 ms
Request
0 ms
First Byte
237 ms
Download
0 ms
Total
1162 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Mon, 21 Apr 2025 10:09:55 GMT
The date and time that the message was sent.
- Content-Type
text/plain;charset=utf-8
The MIME type of this content.
Type
text/plain
Description
text file
Charset
utf-8
- Content-Length
11
The length of the response body in octets (8-bit bytes).
- 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.
- Cache-Control
max-age=0, private, must-revalidate, no-transform
Inform all caching mechanisms from server to client whether they may cache this object.
Max-Age
0
The time a browser should remember a site can only be accessed with https (seconds).
private
May only be stored by a browser cache.
must-revalidate
Stale caches must not be used.
no-transform
Intermediate cache or proxy cannot modify the response or certain headers.
- Set-Cookie
i_like_gitea=81d9fb8d5fd226a3; Path=/; HttpOnly; Secure; SameSite=Lax
A cookie sent from the server to be set on the client
i_like_gitea
81d9fb8d5fd226a3
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
HttpOnly
Prevents access to the cookie through JavaScript.
Secure
The cookie is only sent when requesting from a https domain.
Samesite
Lax
Cookie is not sent on cross-site requests but is when following a link to the origin.
- Set-Cookie
_csrf=Ga1Om8zvjG30GIIR2ANL-jCynME6MTc0NTIzMDE5NTUyNzAxMzM0Mw; Path=/; Max-Age=86400; HttpOnly; Secure; SameSite=Lax
A cookie sent from the server to be set on the client
_csrf
Ga1Om8zvjG30GIIR2ANL-jCynME6MTc0NTIzMDE5NTUyNzAxMzM0Mw
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Max-Age
86400 (1 day)
Number of seconds until the cookie expires.
HttpOnly
Prevents access to the cookie through JavaScript.
Secure
The cookie is only sent when requesting from a https domain.
Samesite
Lax
Cookie is not sent on cross-site requests but is when following a link to the origin.
- X-Content-Type-Options
nosniff
Prevents Internet Explorer from MIME-sniffing a response away from the declared content-type.
nosniff - Block requests if type 'style' or 'script'.
- X-Frame-Options
SAMEORIGIN
Clickjacking protection.
SAMEORIGIN - No rendering if origin mismatch.