Hi guys,
I require users to log into a website so my program can interact with the site. Now my problem is that the site requires users to TYPE in their username and password - I can't just send a request to the server with them in the URL as parameters.
So my question is:
If given the username and password, is there any way that I can "type" them into the boxes on the website, press submit and then do what I need to? Obviously this needs to be done in software, preferably php.
Thanks
daven
I require users to log into a website so my program can interact with the site. Now my problem is that the site requires users to TYPE in their username and password - I can't just send a request to the server with them in the URL as parameters.
So my question is:
If given the username and password, is there any way that I can "type" them into the boxes on the website, press submit and then do what I need to? Obviously this needs to be done in software, preferably php.
Thanks
daven