Hi,
I am trying to make an application to automate login and registry to a webpage without the user having to do it manually. The secuence should be something like this:

a)--- Response.php (my php code) sends a post login request to 3rd party url
b)--- Third party url sends back login cookie
c)--- Response.php sends new post requesting registration for a class.

The problem I have is, although I retrieve...