You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently createSignatureString needs a method argument passed in.
Response HTTP Messages do not specify a method so
we either need to re-use the request's method (if available) or
allow createSignatureString to operate with out one. We could do both.
Basically we are not handling the case where a response message is signed with (request-target) in the Signature headers parameter.
The text was updated successfully, but these errors were encountered:
Not sure if this library was intended to, but
http-signature-header/lib/index.js
Lines 218 to 223 in 2070a68
currently
createSignatureString
needs amethod
argument passed in.Response HTTP Messages do not specify a method so
we either need to re-use the request's method (if available) or
allow
createSignatureString
to operate with out one. We could do both.Basically we are not handling the case where a response message is signed with
(request-target)
in the Signature headers parameter.The text was updated successfully, but these errors were encountered: