sireno / oauth

Automatically exported from code.google.com/p/oauth
0 stars 0 forks source link

build signature should include url query #9

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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