-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathparameters.json
24 lines (24 loc) · 926 Bytes
/
parameters.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"init_url": "http://172.16.1.11",
"url_get_challenge": "http://172.16.1.11/cgi-bin/get_challenge",
"url_srun_portal": "http://172.16.1.11/cgi-bin/srun_portal",
"ac_id": "1",
"n": "200",
"type": "srun_bx1",
"operate_system": "Windows 10",
"name": "Windows",
"headers": {
"Accept": "text/javascript, application/javascript, application/ecmascript, application/x-ecmascript, */*; q=0.01",
"Accept-Encoding": "gzip, deflate",
"Accept-Language": "zh-CN,zh;q=0.9,en-US;q=0.8,en;q=0.7",
"Cache-Control": "no-cache",
"Connection": "keep-alive",
"Cookie": "lang=zh-CN",
"Dnt": "1",
"Host": "172.16.1.11",
"Pragma": "no-cache",
"Referer": "http://172.16.1.11/srun_portal_pc?ac_id=1&theme=basic1",
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/113.0.0.0 Safari/537.36",
"X-Requested-With": "XMLHttpRequest"
}
}