@
DOLLOR #1 返回 302 Found
fetch("http://192.168.1.28:14000/login", {
"headers": {
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9",
"accept-language": "zh-CN,zh;q=0.9,en-GB;q=0.8,en;q=0.7",
"cache-control": "max-age=0",
"content-type": "application/x-www-form-urlencoded",
"upgrade-insecure-requests": "1"
},
"referrer": "http://192.168.1.28:14000/login",
"referrerPolicy": "strict-origin-when-cross-origin",
"body": "username=admin&password=admin&remember-me=on",
"method": "POST",
"mode": "cors",
"credentials": "omit"
});