How to fill HTTP forms through java?

Posted by Yatendra Goel on Stack Overflow See other posts from Stack Overflow or by Yatendra Goel
Published on 2009-09-05T11:16:54Z Indexed on 2010/04/23 2:13 UTC
Read the original article Hit count: 267

I want to fill a text field of a HTTP form through java and then want to click on the submit button through java so as to get the page source of the document returned after submitting the form. I can do this by sending HTTP request directly but I don't to this in this way.

Very Urgent. You can also paste the code or demo code to explain in a better way.

© Stack Overflow or respective owner

Related posts about httpresponse

Related posts about java