Interface with web server
Posted: Sat Jul 04, 2015 1:56 pm
Hello,
I have to get logged on/off (get authenticated) against a Web werver, parse some html page (get) and send back some data (post) in order to interact with it. In other words, I have to programmatically interact with the Web server as a user would do it with the user interface.What kind of libraries could be used? Are there snippets available in order to speed up the learning curve?
Added : pages are dynamically generated (javascript)
Thank you
Nicolas
I have to get logged on/off (get authenticated) against a Web werver, parse some html page (get) and send back some data (post) in order to interact with it. In other words, I have to programmatically interact with the Web server as a user would do it with the user interface.What kind of libraries could be used? Are there snippets available in order to speed up the learning curve?
Added : pages are dynamically generated (javascript)
Thank you
Nicolas