Field Name | Contents |
---|---|
Host | uchy.me |
User-Agent | Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com) |
Via | 1.0 ss213.guard.sakura.ne.jp:80 (EG Secure Solutions/siteguard_http_01/630-0/ss213.guard.sakura.ne. |
Accept | */* |
HTTP (HyperText Transfer Protocol) is a protocol used for communication between web servers and browsers. The request header is the data sent by the browser to the web server, consisting of pairs of field names and values.
Accept
Specifies the MIME types the browser can receive.
Accept-encoding
Indicates the encoding types the browser can decode.
Accept-language
Specifies the languages the browser can accept.
Cache-control
Controls browser caching. If "no-cache" is specified, the browser won't cache.
Connection
Indicates whether the browser supports persistent connections (Keep-alive).
Cookie
Contains the cookie string sent by the browser to the server, often used for maintaining login status.
Host
Specifies the server name. When multiple hosts exist on a single web server, it determines which host to access based on the server name.
User-agent
Provides information about the browser. Used for identifying the type of browser.
Referer
URL of the page that referred to this page before transitioning.
For detailed specifications of HTTP:
The specifications of HTTP are defined in documents called RFCs.
http://www.ietf.org/rfc/rfc2616.txt