Matheus Gorino - 2005-03-14 16:46:26
I'm needing to use the class to do the following actions:
- Login into a Basic HTTP Auth;
- Login into a authentication form;
- Get the response of the redirected page;
To this, I'm using the following URL:
$authentication = 'xxxx:xxxx@';
$url="https://".$authentication."myserver.com.br:8080/auth/logon.do?username=myusername&password=mypass&uredir=https://myserver.com.br:8080/adm/onManReport.do";
The point is that it is returning the following error:
Error: authentication error: 302 Moved Temporarily
Any suggestions?
Thank you!
Matheus.