mirror of
https://github.com/qiandao-today/templates.git
synced 2025-04-04 19:59:20 +00:00
Update HAR: 司机社 (#876)
Co-authored-by: MyFaith <MyFaith@users.noreply.github.com>
This commit is contained in:
parent
0ab917c937
commit
267d00106d
File diff suppressed because one or more lines are too long
120
xsijishe.har
120
xsijishe.har
|
@ -104,6 +104,126 @@
|
|||
"name": "formhash",
|
||||
"re": "name=\"formhash\" value=\"(.+)\"",
|
||||
"from": "content"
|
||||
},
|
||||
{
|
||||
"name": "location",
|
||||
"re": "window.location.href =\"(.+)\";",
|
||||
"from": "content"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"comment": "",
|
||||
"request": {
|
||||
"method": "GET",
|
||||
"url": "https://xsijishe.com/{{location | default(\"/k_misign-sign.html\")}}",
|
||||
"headers": [
|
||||
{
|
||||
"name": ":authority",
|
||||
"value": "xsijishe.com"
|
||||
},
|
||||
{
|
||||
"name": ":method",
|
||||
"value": "GET"
|
||||
},
|
||||
{
|
||||
"name": ":path",
|
||||
"value": "/k_misign-sign.html"
|
||||
},
|
||||
{
|
||||
"name": ":scheme",
|
||||
"value": "https"
|
||||
},
|
||||
{
|
||||
"name": "accept",
|
||||
"value": "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9"
|
||||
},
|
||||
{
|
||||
"name": "accept-encoding",
|
||||
"value": "gzip, deflate, br"
|
||||
},
|
||||
{
|
||||
"name": "accept-language",
|
||||
"value": "zh-CN,zh;q=0.9,en;q=0.8,en-GB;q=0.7,en-US;q=0.6"
|
||||
},
|
||||
{
|
||||
"name": "cache-control",
|
||||
"value": "no-cache"
|
||||
},
|
||||
{
|
||||
"name": "cookie",
|
||||
"value": "{{ cookie }}"
|
||||
},
|
||||
{
|
||||
"name": "dnt",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"name": "pragma",
|
||||
"value": "no-cache"
|
||||
},
|
||||
{
|
||||
"name": "referer",
|
||||
"value": "https://xsijishe.com/portal.php"
|
||||
},
|
||||
{
|
||||
"name": "sec-ch-ua",
|
||||
"value": "\"Not_A Brand\";v=\"99\", \"Microsoft Edge\";v=\"109\", \"Chromium\";v=\"109\""
|
||||
},
|
||||
{
|
||||
"name": "sec-ch-ua-mobile",
|
||||
"value": "?0"
|
||||
},
|
||||
{
|
||||
"name": "sec-ch-ua-platform",
|
||||
"value": "\"Windows\""
|
||||
},
|
||||
{
|
||||
"name": "sec-fetch-dest",
|
||||
"value": "document"
|
||||
},
|
||||
{
|
||||
"name": "sec-fetch-mode",
|
||||
"value": "navigate"
|
||||
},
|
||||
{
|
||||
"name": "sec-fetch-site",
|
||||
"value": "same-origin"
|
||||
},
|
||||
{
|
||||
"name": "sec-fetch-user",
|
||||
"value": "?1"
|
||||
},
|
||||
{
|
||||
"name": "upgrade-insecure-requests",
|
||||
"value": "1"
|
||||
},
|
||||
{
|
||||
"name": "user-agent",
|
||||
"value": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36 Edg/109.0.1518.70"
|
||||
}
|
||||
],
|
||||
"cookies": []
|
||||
},
|
||||
"rule": {
|
||||
"success_asserts": [
|
||||
{
|
||||
"re": "200",
|
||||
"from": "status"
|
||||
}
|
||||
],
|
||||
"failed_asserts": [],
|
||||
"extract_variables": [
|
||||
{
|
||||
"name": "formhash",
|
||||
"re": "name=\"formhash\" value=\"(.+)\"",
|
||||
"from": "content"
|
||||
},
|
||||
{
|
||||
"name": "location",
|
||||
"re": "window.location.href =\"(.+)\";",
|
||||
"from": "content"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user