HTTP query params are not signed
iFergal opened this issue · 2 comments
iFergal commented
siginput should accept query params to be signed when sending a HTTP request. Right now it's just the path of the URL.
fetch and signedFetch (and any other calling functions if there are any) should then pass the query param to be signed.
pfeairheller commented
I will add a link to the HTTP signature headers specification.