mirror of https://gitlab.com/bashrc2/epicyon
print headers
parent
bdbcb48d27
commit
e0e259fceb
2
inbox.py
2
inbox.py
|
@ -1136,7 +1136,7 @@ def runInboxQueue(projectVersion: str, \
|
||||||
# check the signature
|
# check the signature
|
||||||
if debug:
|
if debug:
|
||||||
print('DEBUG: checking http headers')
|
print('DEBUG: checking http headers')
|
||||||
pprint(queueJson['headers'])
|
pprint(queueJson['httpHeaders'])
|
||||||
if not verifyPostHeaders(httpPrefix, \
|
if not verifyPostHeaders(httpPrefix, \
|
||||||
pubKey, \
|
pubKey, \
|
||||||
queueJson['httpHeaders'], \
|
queueJson['httpHeaders'], \
|
||||||
|
|
Loading…
Reference in New Issue