Are ()
illegal in http header names?
#153
Unanswered
michielbdejong
asked this question in
Q&A
Replies: 1 comment
-
I'll find out how https://www.npmjs.com/package/http-signature does it, maybe it depends on the node version |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In ocm-stub I'm using a
request-target
header instead of(request-target)
because node doesn't let me use()
in http headers:According to https://stackoverflow.com/questions/3561381/custom-http-headers-naming-conventions/3569667#3569667 the separators
()
are indeed illegal even though https://datatracker.ietf.org/doc/html/draft-cavage-http-signatures-12#section-2.3 violates this. What are we to do here?Beta Was this translation helpful? Give feedback.
All reactions