Hi all,

Apologies if this has been asked and answered, but I searched and got
tangentially-related or outdated posts only.

My question is about the proper encoding for POST requests.  According
to http://tools.ietf.org/html/rfc5849#section-3.5.2, when making a
POST request, the data should be encoded as html4 form data
(specifically ' ' -> '+').  However, I've noticed that in both the php
and python libraries, methods called "to_postdata()" use the same
percent encoding that's used everywhere else in OAuth (' ' -> '%20').

So . . . which encoding is correct for POST requests?  Am I
misinterpreting the intended use of the to_postdata method?
Thanks!  :)

--Vishal

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

Reply via email to