mirror of https://gitlab.com/bashrc2/epicyon
Field not needed
parent
fed6d0c144
commit
b66ab9e74a
|
|
@ -194,6 +194,8 @@ def _getJsonSigned(session, url: str, domainFull: str, sessionHeaders: {},
|
||||||
messageStr)
|
messageStr)
|
||||||
print('Signed GET signatureHeaderJson ' + str(signatureHeaderJson))
|
print('Signed GET signatureHeaderJson ' + str(signatureHeaderJson))
|
||||||
for key, value in signatureHeaderJson.items():
|
for key, value in signatureHeaderJson.items():
|
||||||
|
if key.startswith('(') or key.startswith('*('):
|
||||||
|
continue
|
||||||
if key == 'Accept' or key == 'User-Agent' or \
|
if key == 'Accept' or key == 'User-Agent' or \
|
||||||
key.lower() == 'content-length':
|
key.lower() == 'content-length':
|
||||||
continue
|
continue
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue