网页抓取结果

请求URL: http://httpbin.org/headers

实际URL: http://httpbin.org/headers

HTTP状态码: 200

抓取时间: 2025-08-24 16:11:55

来源缓存:

使用的User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2

HTTP头信息

Array
(
    [0] => HTTP/1.1 200 OK
    [Date] => Sun, 24 Aug 2025 08:11:55 GMT
    [Content-Type] => application/json
    [Content-Length] => 558
    [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": "96.194.103.148", 
    "Host": "httpbin.org", 
    "Pragma": "no-cache", 
    "Referer": "http://www.bing.com/", 
    "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.13+ (KHTML, like Gecko) Version/5.1.7 Safari/534.57.2", 
    "X-Amzn-Trace-Id": "Root=1-68aac94a-588c7c6659f94d9a2e262212"
  }
}