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

build signature should include url query #9

Closed
GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment
Closed

build signature should include url query #9

GoogleCodeExporter opened this issue Jul 29, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Step:

1. GET http://some.domain.com/?q=x
2. Authorized by HTTP Header or HTTP POST

Result:

the signature does not match

Version:

Python/oauth/oauth.py r481

Original issue reported on code.google.com by davies....@gmail.com on 26 Feb 2008 at 9:01

@GoogleCodeExporter
Copy link
Author

According to 9.1.2

For example, the request:
  HTTP://Example.com:80/resource?id=123

Is included in the Signature Base String as:
  http://example.com/resource

so I think this isn't a bug.

Original comment by leah.culver on 8 Jul 2008 at 4:45

  • Changed state: Invalid

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

No branches or pull requests

1 participant