
Mario Bittencourt - 2005-02-23 03:53:06
Hi,
I need to access the results of a query of the page http://200.241.125.78:443/cposg/index.jsp
Even tough it uses the 443 port is a regular web server.
My script sets the arguments
$arguments["RequestMethod"]="POST";
$arguments["PostValues"]=array(
"cbPesquisa"=>"NUMPROC",
"dePesquisa"=>"2003.000675-3",
"chNmCompleto"=>"NAO",
"chProcAtivos"=>"NAO"
);
But the anwser is always a redirect page.
I've accessed the address using several browsers and the go ok, but no luck with the access from the script.
Any ideas of other things to test ?