Update HAR: 9DM玖大猫 (#507)

Co-authored-by: chen8945 <chen8945@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2024-01-27 15:14:52 +08:00 committed by GitHub
parent 97334b52bf
commit 7e42f226a3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -41,7 +41,7 @@
{
"request": {
"method": "POST",
"url": "http://{{domain}}/member.php?mod=logging&action=login&loginsubmit=yes&frommessage=&loginhash={{loginhash|urlencode}}&inajax=1",
"url": "http://{{domain}}/member.php?mod=logging&action=login&loginsubmit=yes&frommessage=&loginhash={{loginhash}}&inajax=1",
"headers": [
{
"name": "User-Agent",
@ -49,7 +49,7 @@
}
],
"cookies": [],
"data": "formhash={{formhash}}&loginfield=email&username={{username}}&password={{password}}&questionid=0&answer="
"data": "formhash={{formhash}}&loginfield=email&username={{username|urlencode}}&password={{password|urlencode}}&questionid=0&answer="
},
"rule": {
"success_asserts": [

File diff suppressed because one or more lines are too long