http://www.zejiri.net/jiehunzeri.html
我用 postman 发现返回的是
<script>alert('服务器繁忙,请稍后再试!');window.location.href='http://www.zejiri.net'</script>
试了带 cookie 和 header 好像也不行,哪里不对吗? 附上 postman 配置 json
{
"variables": [],
"info": {
"name": "test",
"_postman_id": "59b689a7-bb8a-1aba-5d4f-f5fc2a6a745f",
"description": "",
"schema": "https://schema.getpostman.com/json/collection/v2.0.0/collection.json"
},
"item": [
{
"name": "http://www.zejiri.net/jiehun.aspx",
"request": {
"url": "http://www.zejiri.net/jiehun.aspx",
"method": "POST",
"header": [
{
"key": "User-Agent",
"value": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36",
"description": ""
},
{
"key": "Upgrade-Insecure-Requests",
"value": "1",
"description": ""
},
{
"key": "Cookie",
"value": "safedog-flow-item=4EDD2CE8C213FD7DB9AEA5F83A3ED6C0; AJSTAT_ok_pages=3; AJSTAT_ok_times=2",
"description": ""
},
{
"key": "Content-Type",
"value": "application/x-www-form-urlencoded",
"description": ""
},
{
"key": "Origin",
"value": "http://www.zejiri.net",
"description": ""
},
{
"key": "Host",
"value": "www.zejiri.net",
"description": ""
},
{
"key": "Accept",
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8",
"description": ""
},
{
"key": "Proxy-Connection",
"value": "keep-alive",
"description": ""
}
],
"body": {
"mode": "urlencoded",
"urlencoded": [
{
"key": "",
"value": "",
"type": "text",
"enabled": true
}
]
},
"description": ""
},
"response": []
}
]
}
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.