« 数据库设计 设计7个表 | Main | 修好测试机 写了一些php权限管理的代码 »
November 8, 2006
HTTP 的跳转方式总结
版权声明:可以任意转载,转载时请务必以超链接形式标明文章原始出处和作者信息及本声明。 https://windtear.net/archives/2006/11/08/001133.html http://windtear.net/archives/2006/11/08/001133.html HTTP 的跳转方式总结 HTTP Response Status Code 301 302 META Header 实现 header Apache: Redirect Rewrite META HTTP-EQUIV="REFRESH" CONTENT="0; URL=http://......" 返回头: HTTP/1.1 302 Object moved Location: http://....../...... 跳转一般都可以获得 Referer: |
Posted by windtear at November 8, 2006 11:49 PM