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
- 1936 ms
https://git.chuangxin1.com/mariy91754412- Status
- 404
- Message
- Not Found
- Time
- 1936 ms
- IP
- 47.107.38.66
Timing
Wait
0 ms
DNS
252 ms
TCP
239 ms
Request
0 ms
First Byte
237 ms
Download
0 ms
Total
1936 ms
HTTP Headers
- Server
nginx
A name for the server.
nginx - Description of the server software.
- Date
Wed, 10 Jun 2026 05:16:11 GMT
The date and time that the message was sent.
- Content-Type
text/html; charset=UTF-8
The MIME type of this content.
Problems were detected with this header
- Unknown MIME type.
- Connection
keep-alive
Control options for the current connection and list of hop-by-hop response fields.
keep-alive - The client would like to keep the connection open.
- Set-Cookie
lang=en-US; Path=/; Max-Age=2147483647
A cookie sent from the server to be set on the client
lang
en-US
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Max-Age
2147483647 (68 years 35 days 3 hours 14 minutes 7 seconds)
Number of seconds until the cookie expires.
- Set-Cookie
i_like_gogs=28a98359984686ec; Path=/; HttpOnly
A cookie sent from the server to be set on the client
i_like_gogs
28a98359984686ec
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.
- Set-Cookie
_csrf=MopeNRHgMQYtYtuPJ6jO07Uc-Qw6MTc4MTA2ODU3MTgzMjY1ODIzMA; Path=/; Domain=git.chuangxin1.com; Expires=Thu, 11 Jun 2026 05:16:11 GMT; HttpOnly; Secure
A cookie sent from the server to be set on the client
_csrf
MopeNRHgMQYtYtuPJ6jO07Uc-Qw6MTc4MTA2ODU3MTgzMjY1ODIzMA
Cookie name and value.
Path
/
The client will only send the cookie when requesting this path, or subdirectories, from the server.
Domain
git.chuangxin1.com
The client will only send the cookie when requesting from this domain.
Expires
Thu, 11 Jun 2026 05:16:11 GMT
When the cookie should expire.
HttpOnly
Prevents access to the cookie through JavaScript.
Secure
The cookie is only sent when requesting from a https domain.
- 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
deny
Clickjacking protection.
deny - No rendering within frame.