请求URL: http://httpbin.org/headers
实际URL: http://httpbin.org/headers
HTTP状态码: 200
抓取时间: 2025-08-21 05:46:34
来源缓存: 是
使用的User-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)
Array
(
[0] => HTTP/1.1 200 OK
[Date] => Wed, 20 Aug 2025 21:46:34 GMT
[Content-Type] => application/json
[Content-Length] => 506
[Connection] => keep-alive
[Server] => gunicorn/19.9.0
[Access-Control-Allow-Origin] => *
[Access-Control-Allow-Credentials] => true
)
{
"headers": {
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8",
"Accept-Encoding": "deflate, gzip",
"Accept-Language": "en-US,en;q=0.5",
"Cache-Control": "no-cache",
"Client-Ip": "100.249.5.156",
"Host": "httpbin.org",
"Pragma": "no-cache",
"Referer": "http://www.mysite.com/",
"User-Agent": "Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0)",
"X-Amzn-Trace-Id": "Root=1-68a64239-4d16827a782aa02c09beac56"
}
}