hi
i have a post request like this:

param1=value1&param2=&param3=value3

if i put these into a ArrayList<NameValuePair> for a POST, should the value
of param2 an empty-string or should it be null ? does defaultHttpClient
handle these 2 cases differently ?

thanx

cheers

Reply via email to