-
Notifications
You must be signed in to change notification settings - Fork 406
pubsubhubbub method does not pass application/x-www-form-urlencoded header #545
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
Comments
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Jan 18, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Jan 18, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 5, 2016
…urlencoded to _post() call
The call to pubsubhubbub doesn't work because of this bug. The python 2.6 and 2.7 tests passed. There were some flake8 errors but I don't believe they are related to my changes. Do you need anything before it can be merged? |
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 5, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 5, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 5, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 5, 2016
…urlencoded to _post() call
jmathai
added a commit
to jmathai/github3.py
that referenced
this issue
Apr 6, 2016
…urlencoded to _post() call
sigmavirus24
added a commit
that referenced
this issue
Apr 7, 2016
Add content-type header for pubsubhubbub call to _post (gh-545)
Sriharivignesh
pushed a commit
to Sriharivignesh/github3.py
that referenced
this issue
Nov 18, 2017
…urlencoded to _post() call
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.
The pubsubhubbub method has a comment about the call needing to be form-data but it does not pass in a
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/29968400-pubsubhubbub-method-does-not-pass-application-x-www-form-urlencoded-header?utm_campaign=plugin&utm_content=tracker%2F183477&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F183477&utm_medium=issues&utm_source=github).headers
parameter which seems to default toapplication/json
. Thejson
parameter is set toFalse
but that doesn't impact or set the headers.The text was updated successfully, but these errors were encountered: