Conversation
added Check if "required headers" param not exists use the date HTTP header by default
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
===========================================
- Coverage 100.00% 99.18% -0.82%
===========================================
Files 5 5
Lines 120 123 +3
===========================================
+ Hits 120 122 +2
- Misses 0 1 +1
Continue to review full report at Codecov.
|
|
Hi thanks for you PR. The required headers are the headers present in the Authorization header. If the header parameters isn't present on the signature, we use the date header. Your PR is to force a signature to use a list of headers ? For exemple, the signature must always use date and host headers ? |
Codecov Report
@@ Coverage Diff @@
## master #8 +/- ##
===========================================
- Coverage 100.00% 99.18% -0.82%
===========================================
Files 5 5
Lines 120 123 +3
===========================================
+ Hits 120 122 +2
- Misses 0 1 +1
Continue to review full report at Codecov.
|
added Check if "required headers" param not exists use the date HTTP header by default