marig345 / oauth-php

Automatically exported from code.google.com/p/oauth-php
MIT License
0 stars 0 forks source link

Verification of signature failed when query string is included in oAuth Request #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm having a problem getting oAuth requests to work when the request URL
includes a querystring parameter.  Any idea what might be happening?

Thanks.

1.  Setup two requests - one with a querystring parameter and one with just
a URL.

2.  Run each of the requests.

3.  The request without the querystring parameter runs fine and returns the
expected output.  When a querystring parameter is included in the oAuth
request URL the error Verification of signature failed (signature base
string was ...) is returned.

Original issue reported on code.google.com by andrew%a...@gtempaccount.com on 5 Dec 2009 at 9:36

GoogleCodeExporter commented 9 years ago
I can't reproduce it. I tried with querystring and it worked fine. Perhaps you 
needed
to escape something? Can you send a code example that reproduces the error?

Original comment by brunobg%...@gtempaccount.com on 12 Jan 2010 at 6:52

GoogleCodeExporter commented 9 years ago

Original comment by brunobg%...@gtempaccount.com on 22 Feb 2010 at 12:32