Logo 
Search:

Java Forum

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds

sending parameters in post method

  Asked By: Molly    Date: Oct 30    Category: Java    Views: 950
  

I have a question about sending some parameters in post method from one site to another site throuh java code not jsp page.
I have found some ways but in all of them the common point is that we enter in the destination site twice and this will cause lots of problems, like loosing session etc.
It would be very kind of you to share your experience with me if you have any.

Share: 

 

1 Answer Found

 
Answer #1    Answered By: Mamie Wallace     Answered On: Oct 30

If you want to work on http protocol, You can use Apache HttpClient library.
http://hc.apache.org/httpclient-3.x/

 
Didn't find what you were looking for? Find more on sending parameters in post method Or get search suggestion and latest updates.




Tagged: