Update HAR: 4KHDR (#359)

Co-authored-by: chen8945 <chen8945@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2023-06-10 18:59:54 +08:00 committed by GitHub
parent ce0eb78f83
commit 32c556fcaf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 6 deletions

View File

@ -34,7 +34,12 @@
}, },
{ {
"name": "idhash", "name": "idhash",
"re": "seccode_(.+?)\"", "re": "seccode_(.+)\"",
"from": "content"
},
{
"name": "loginhash",
"re": "loginhash=(.+)\"",
"from": "content" "from": "content"
} }
] ]
@ -151,10 +156,10 @@
"comment": "", "comment": "",
"request": { "request": {
"method": "POST", "method": "POST",
"url": "https://4khdr.cn/member.php?mod=logging&action=login&loginsubmit=yes&handlekey=login&loginhash=LiW2c&inajax=1", "url": "https://4khdr.cn/member.php?mod=logging&action=login&loginsubmit=yes&handlekey=login&loginhash={{loginhash}}&inajax=1",
"headers": [ "headers": [
{ {
"name": "origin", "name": "Origin",
"value": "https://4khdr.cn" "value": "https://4khdr.cn"
}, },
{ {

File diff suppressed because one or more lines are too long