Posted by David Dorward on 11/23/15 11:43
grpmangr@yahoo.com wrote:
> Is ther anyway i can automatically fill out forms and submit them thru
> java?
> supposing i hav a normal txt file that contains all data that needs to
> be filed out into the form, is there anyway i can fill out a form and
> submit it automatically by providing only the URL of the form and the
> txt file?
You can ignore the form entirely (other than as a map to what you need to
call your fields) and write your Java application to make a suitably
formatted HTTP request to the server.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>
Home is where the ~/.bashrc is
Navigation:
[Reply to this message]
|