You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
davies....@gmail.com
on 26 Feb 2008 at 9:01The text was updated successfully, but these errors were encountered: