标签:
常用http 请求状态码
今天遇到一个页面跳转问题。a标签跳转时不能正常访问,但当页面回车刷新或者https时访问正常,查看request Header请求发现前者多了Referer信息。
页面做了Referer验证,只有指定域名才能访问。
跳转方案:
1、php方式
header(‘Location: http://www.example.com/‘);
?>
标签:
原文地址:http://www.cnblogs.com/chenlogin/p/4746394.html