Skip to content
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

Don't treat multipart entity-body as parameter sources #206

Closed
wants to merge 1 commit into from
Closed

Don't treat multipart entity-body as parameter sources #206

wants to merge 1 commit into from

Conversation

tsmd
Copy link

@tsmd tsmd commented May 7, 2017

Current implementation generates wrong signature when multipart posting e.g. image file upload.

According to the specification of OAuth, multipart entity-body should not be treated as parameter sources.

According to the specification of OAuth, multipart entity-body should be treated to be removed from the parameter sources.
@iamntz
Copy link

iamntz commented Jun 4, 2017

According to the specification of OAuth, multipart entity-body should not be treated as parameter sources.

More specifically, this section:

https://oauth.net/core/1.0a/#anchor13

This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants