Kalnichevski, Oleg wrote:

must the body of a post request be encoded as a URL Query?



Yes, it must, when the post body content is specified as a set of name/value pairs.



I think you're also allowed to use the multipart/form-data MIME type rather than application/x-url-encoded (or whatever it's called). Multipart/form-data is very handy if one or more of the values you're posting is binary. (Our VoiceXML interpreter lets applications use it to send captured audio files to a server.)


-- Laura


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to