ahknight / httpsig

HTTP Signature for Python
https://datatracker.ietf.org/doc/draft-cavage-http-signatures/
MIT License
36 stars 20 forks source link

Automatically add Date header #19

Open sharpaper opened 5 years ago

sharpaper commented 5 years ago

Some frameworks such as Python Requests do not seem to add a Date header automatically. If the header is missing but is required to sign the request, httpsign should add one automatically.