请求URL: http://httpbin.org/headers
实际URL: http://httpbin.org/headers
HTTP状态码: 200
抓取时间: 2025-08-20 22:59:02
来源缓存: 是
使用的User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:3.0) Gecko/20100101 Firefox/3.0
Array
(
[0] => HTTP/1.1 200 OK
[Date] => Wed, 20 Aug 2025 14:59:02 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": "193.130.194.36",
"Host": "httpbin.org",
"Pragma": "no-cache",
"Referer": "http://www.baidu.com/",
"User-Agent": "Mozilla/5.0 (Windows NT 5.1; rv:3.0) Gecko/20100101 Firefox/3.0",
"X-Amzn-Trace-Id": "Root=1-68a5e2b4-39dd6a4844abb6a749e3c7b8"
}
}