使用Python重定向

时间:2019-12-26 15:18:30

标签: python python-3.x redirect python-requests

我有一个看起来像http://www.example.com/link?url=http://www.google.com的URL。在浏览器中打开时,URL重定向到http://www.google.com。但是,当我检查URL的状态码时,它显示的是200,而不是3xx。即使我检查print(url.history),它也会显示[]。请解释!

我检查了请求的响应,就像:

var url = 'http://www.google.com';
window.location=url;
</script>
<!-- Form pop up box -->
    <div id="popUpPageConatiner" style="display:none;" ></div>
<!-- close form pop up box -->

0 个答案:

没有答案