I want to connect to a web-server (a page) via a simple URL which already contains any parameters I want to sent, like : http://www.web-site.com/action.php/userid/42/secondpara/23/ and then get the page content which is generated by the site (won’t be morde than a simple OK/NOK). How can I manage to do this? I failed to find any example-code or documentation which seems to fit my problem.
Thx for helping.
try this: