修复: 移除请求头中的 'Host' 字段以避免潜在的请求错误
This commit is contained in:
parent
f204858fa5
commit
2476f51121
1
picc.js
1
picc.js
|
|
@ -171,7 +171,6 @@ class PICC {
|
||||||
'Connection': 'keep-alive',
|
'Connection': 'keep-alive',
|
||||||
'Content-Type': 'application/json; charset=UTF-8',
|
'Content-Type': 'application/json; charset=UTF-8',
|
||||||
'Cookie': 'G_rbec_47_11_8080=22685.52745.19855.0000',
|
'Cookie': 'G_rbec_47_11_8080=22685.52745.19855.0000',
|
||||||
'Host': 'ec.picc.com',
|
|
||||||
'Origin': 'https://ec.picc.com',
|
'Origin': 'https://ec.picc.com',
|
||||||
'Referer': 'https://ec.picc.com/cms/default/webfile/ywgg1/index.html',
|
'Referer': 'https://ec.picc.com/cms/default/webfile/ywgg1/index.html',
|
||||||
'Sec-Fetch-Dest': 'empty',
|
'Sec-Fetch-Dest': 'empty',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue