Hi,
It seems that "@request-target" only includes the path but not the parameters following the path.
Ex : URL is "https://localhost/myrequest?test=test"
In the signetureBase, we have: "@request-target": /myrequest
Shouldn't it be : "@request-target": /myrequest?test=test ?
The draft section 2.2.6 specifies that "The @request-target component identifier refers to the full request target of the HTTP request message.".
Thank you.