-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Authentication does not work with encoded URIs with special chars #12
Comments
hunkoi
changed the title
Authentication does not work with encoded URIs
Authentication does not work with encoded URIs with special chars
Aug 11, 2022
hunkoi
added a commit
to hunkoi/hawk
that referenced
this issue
Aug 11, 2022
hunkoi
added a commit
to hunkoi/hawk
that referenced
this issue
Aug 11, 2022
hunkoi
added a commit
to hunkoi/hawk
that referenced
this issue
Aug 11, 2022
hiyosi
pushed a commit
that referenced
this issue
Aug 12, 2022
#12 Fix MAC generation for encoded URIs with special chars
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example:
api/v1/apps/QA-Stable%2B1
which was originally
api/v1/apps/QA-Stable+1
Client MAC is generated using URI(decoded or encoded as client decides) and then we have to do the same on our side. The problem is that our library always generate MAC with decoded URL.
The text was updated successfully, but these errors were encountered: