网页抓取结果

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

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

HTTP状态码: 200

抓取时间: 2025-08-21 01:03:22

来源缓存:

使用的User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0

HTTP头信息

Array
(
    [0] => HTTP/1.1 200 OK
    [Date] => Wed, 20 Aug 2025 17:03:22 GMT
    [Content-Type] => application/json
    [Content-Length] => 526
    [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": "224.161.226.166", 
    "Host": "httpbin.org", 
    "Pragma": "no-cache", 
    "Referer": "http://www.google.com/", 
    "User-Agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Firefox/31.0", 
    "X-Amzn-Trace-Id": "Root=1-68a5ffda-5f82a5ae2ff2d5d159872df0"
  }
}