I'm having an issue where I'm POSTing data to a page using x-www-form-
urlencoded parameters. The string I'm posting looks just like a normal
query string and I'm writing this data directly to the Stream obtained
from the HttpWebRequest object.

So my problem lies directly with the GenerateSignatureBase method
call. Since this extra data is posted in the body and not included in
the query string, the call to GenerateSignatureBase does not take
these parameters into account. The server side code (Java library)
does take these posted parameters into account when creating the
signatureBase (as it should based on the spec).

Any ideas? I've tried hacking it a bit by appending my data to the URL
as a query string (will not work long term) and not posting the data
in the body and that worked, sort of. But this is not the appropriate
way to do this.

Kevin M

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OAuth" group.
To post to this group, send email to oauth@googlegroups.com
To unsubscribe from this group, send email to oauth+unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/oauth?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to