We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
I will add a link to the HTTP signature headers specification.
Sorry, something went wrong.
https://www.ietf.org/archive/id/draft-ietf-httpbis-message-signatures-19.html
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: