fill out an online survey via java
Greetings,
I would like to fill out a survey on a website automatically through java. a couple google searches got me to the HTTP Post Method. I haven't really found any good tutorials on it or how exactly to implement it. I haven't written anything in java in a couple years (took comp sci in high school) so if this is too much too soon, could someone point me in the right direction?
thanks
Re: fill out an online survey via java
The Custom Networking trail in Oracle's Tutorial is probably a good place to start.
Re: fill out an online survey via java
so pretty much it seems like I'm going to have to generate a specific URL that i can then pass through a web browser? What tools should I use to capture what my computer is sending to IANA — Example domains when I fill out the survey manually?
Thanks