Closed GoogleCodeExporter closed 9 years ago
ive attached a video.
Original comment by noms...@gmail.com
on 25 Jan 2009 at 3:55
Attachments:
Hello Nomspes, Thank you for your report.
When possible I would like to see if you can gather some more information.
Could you define OAUTH_LOG_REQUEST in your project and then check the entries
in the log table? There might be more
information why the signature was not verified correctly.
The example you included shows a different nonce than the example in the
problem report. Can you give a
screenshot where the request fails, including the Authorization header?
- Marc
Original comment by ma...@pobox.com
on 25 Jan 2009 at 11:20
Here you go.
Original comment by noms...@gmail.com
on 25 Jan 2009 at 4:35
Attachments:
I think I see the problem, which I assume is a problem with the application you
use (Endpointr).
The signature in the Authorization header must be url encoded. The trailing
'=' is correctly encoded, but the '+'
is not. The '+' character must be url encoded, now it translates back to a
space, which gives a mismatch when
comparing the signatures.
Original comment by ma...@pobox.com
on 25 Jan 2009 at 4:54
ok make ssense, thanks :)
Original comment by noms...@gmail.com
on 25 Jan 2009 at 7:27
Hope this problem is resolved. Will close this issue, as it appears to be a
problem with a 3rd party application
and not with the OAuth-PHP library.
Original comment by ma...@pobox.com
on 26 Jan 2009 at 4:53
Original issue reported on code.google.com by
noms...@gmail.com
on 25 Jan 2009 at 3:48