趕腳一個.php的url都沒看到:(
回複討論(解決方案)
如果是php 這個樣子應該是用了路由功能.
csdn是aps.net的吧。
服務用的是nginx,至於是否用到php,就不清楚。
伺服器是nginx,其他最起碼用的有asp.net,裡面有請求ashx尾碼的檔案,php貌似也有用到,但請求的域是z.csdn.net,應該也是用到了
下載頻道是用php 來實現的。
下載頻道是用CI架構
看http協議中是否有phpsessionid的cookie是個辦法。但是目前在用pad
url rewrite
ASP ASP ASP
http://download.csdn.net/detail/baiduwxz13yun/6887969
Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17
http://download.csdn.net/detail/baiduwxz13yun/6887969
Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17
這個欄位通過Firebug獲得的嗎?
還有有啥辦法不然Firebug擷取到X-Powerd-By欄位呢?
print_r(get_headers('http://download.csdn.net/detail/baiduwxz13yun/6887969'));
用php的getheader函數去擷取下,應該所有資訊都出來的。
http://download.csdn.net/detail/baiduwxz13yun/6887969
Connection:keep-aliveContent-Encoding:gzipContent-Type:text/html; charset=utf-8Date:Sat, 08 Feb 2014 02:34:37 GMTKeep-Alive:timeout=20Server:nginxTransfer-Encoding:chunkedVary:Accept-EncodingX-Powered-By:PHP/5.2.17
這個欄位通過Firebug獲得的嗎?
還有有啥辦法不然Firebug擷取到X-Powerd-By欄位呢?
簡單點的啦:
http://download.csdn.net/data
如果是php 這個樣子應該是用了路由功能.
你說的是url轉寄功能嗎?