如果是php 这个样子应该是用了路由功能.

解决方案 »

  1.   

    服务用的是nginx,至于是否用到php,就不清楚。
      

  2.   

    服务器是nginx,其他最起码用的有asp.net,里面有请求ashx后缀的文件,php貌似也有用到,但请求的域是z.csdn.net,应该也是用到了
      

  3.   

    下载频道是用php 来实现的。
      

  4.   

    看http协议中是否有phpsessionid的cookie是个办法。但是目前在用pad
      

  5.   

    http://download.csdn.net/detail/baiduwxz13yun/6887969 Connection:keep-alive
    Content-Encoding:gzip
    Content-Type:text/html; charset=utf-8
    Date:Sat, 08 Feb 2014 02:34:37 GMT
    Keep-Alive:timeout=20
    Server:nginx
    Transfer-Encoding:chunked
    Vary:Accept-Encoding
    X-Powered-By:PHP/5.2.17
      

  6.   

    这个字段通过Firebug获得的么?
    还有有啥办法不然Firebug获取到X-Powerd-By字段呢?
      

  7.   

    print_r(get_headers('http://download.csdn.net/detail/baiduwxz13yun/6887969'));
      

  8.   

    用php的getheader函数去获取下,应该所有信息都出来的。
      

  9.   

    这个字段通过Firebug获得的么?
    还有有啥办法不然Firebug获取到X-Powerd-By字段呢?
    简单点的啦:
    http://download.csdn.net/data