Skip to content Skip to sidebar Skip to footer

Httppost Request With Cookies

I need to make two requests to the server. In the first request I send parameter userID = 1 and the server returns a cookie _session_ID. Now I send a second request with no paramet

Solution 1:

In the second call you don't do

httpclient.execute(httppost, localContext);

Post a Comment for "Httppost Request With Cookies"