Hi,

I am trying to send params to a Servlet which accepts only PUT requests. When I append the params in the URL the values of those are passed to the Servlet but if I use the BasicNameValuePair...