Forum Navigation
query parameter in tango.net.http.HttpClient
Moderators:
kris
Posted: 05/10/09 09:22:59 Modified: 05/10/09 09:23:51Hi all,
I've just used the HttpPost? class and was wondering, if there is a reason why the query parameter (eg. ?param1=value1¶m2=value2) are stripped to from the URI in case of an HTTP POST command?
I know that this rarely used and quite uncommon, but I couldn't find anything in RFC 2616 that explicitly states that query parameter are not allowed in the URI of a post command.
I adapted the HttpClient? code to accept the whole POST command URI and can provide a patch, if necessary and wished?
ciao Lars












