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

Fixed #2614. Content length of the body of the Post request is calcul… #2615

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fixed #2614. Content length of the body of the Post request is calcul… #2615

wants to merge 1 commit into from

Conversation

dvishniakov
Copy link
Contributor

…ated properly when using OAuth 1.0 and 'form' object and transport_method=body

PR Checklist:

  • I have run npm test locally and all tests are passing.
  • I have added/updated tests for any new behavior.

PR Description

Fixes #2614 and possibly #2599

Content-length of the body is calculated after OAuth because OAuth can update body if transport_method=body.

…ated properly when using OAuth 1.0 and 'form' object and transport_method=body
@dvishniakov
Copy link
Contributor Author

So who can merge this, @Huachao ?

@Huachao
Copy link
Contributor

Huachao commented Apr 18, 2017

@dvishniakov sorry, I am not a collaborator of this project, and just have interest in reviewing your code. I think @FredKSchott have this permission.

@dvishniakov
Copy link
Contributor Author

@FredKSchott can you advice how to proceed?

@dvishniakov
Copy link
Contributor Author

@mikeal any ideas how is it possible to make some progress here? Thanks

@dvishniakov
Copy link
Contributor Author

@simov hi, any ideas how is it possible to make some progress here? Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OAuth 1.0 requests failing when using POST, form object and transport_method=body
3 participants