Cardozz 46 Posted May 17, 2016 I'm not really in the mood to type a long topic, but if you have some basic / advanced knowledge of HTTP programming in Java, please mailbox me so i can add you on skype! Thanks in advance.
Hopewelljnj 46 Posted May 18, 2016 Just ask on here plus more people may benefit from the knowledge aquired
Cardozz 46 Author Posted May 18, 2016 Alright so i want to connect to a website using HTTPClient and fill out a couple of forms such as lets say an username or something. It's for something i want to test Oh and i tried googling and stuff, but can't seem to understand what to do
slasso 27 Posted May 18, 2016 Using apache HttpClient? You just send a POST request with the appropriate body/params to the url
Mad 86 Posted May 18, 2016 The easiest way would probably be to use selenium, a web browser automator.
Cardozz 46 Author Posted May 18, 2016 Using apache HttpClient? You just send a POST request with the appropriate body/params to the url Yes, i know what it's about, but i just don't know how to apply this lol. The easiest way would probably be to use selenium, a web browser automator. I'll take a look, does it send POST request too?
Mad 86 Posted May 18, 2016 Yes, i know what it's about, but i just don't know how to apply this lol. I'll take a look, does it send POST request too? It just opens a browser and automates it, so anything a web browser does.
Cardozz 46 Author Posted May 19, 2016 Ill take a look, thanks! It just opens a browser and automates it, so anything a web browser does. Unfortunately, i'm not really looking for a standalone IDE or program. I want something like HTTPClient which uses their API
Recommended Posts
Archived
This topic is now archived and is closed to further replies.