<html>
<head>
<script>
function JumpSelf() {
self.location = "/?session=mQOMhYUXNnuM1QcvO1zH";
}
</script>
<script>
setTimeout("JumpSelf()", 700);
</script>
</head>
<body></body>
</html>
答案 0 :(得分:0)
不幸的是,这不是标准的HTTP重定向。确定最终URL的唯一可靠方法是运行PhantomJS之类的东西,它将在上下文中运行网页及其所有JavaScript。