Simular un browser en php y autenticarse a la pagina dentro de una intranet con dominio

This is a discussion on Simular un browser en php y autenticarse a la pagina dentro de una intranet con dominio within the PHP General forums, part of the PHP Programming Forums category; hola, He usado la libreria curl para autenticarme a una pagina web y siempre me retorna el mismo error. Dice ...


Go Back   Usenet Forums > PHP Programming Forums > PHP General

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 11-14-2006
fuhser@gmail.com
 
Posts: n/a
Default Simular un browser en php y autenticarse a la pagina dentro de una intranet con dominio

hola, He usado la libreria curl para autenticarme a una pagina web y
siempre me retorna el mismo error. Dice que no tengo permiso para
acceder a ese recurso. he probado el codigo en un servidor local y si
sirve . Pienso que talvez el problema pueda ser a la hora de responder
el heade de la solicitud de autenticacion. aqui esta el codigo usado.

$ch = curl_init();

curl_setopt($ch, CURLOPT_URL,
"http://intranet.uca.com/canales/dgt/telemas/telemacos.html");
curl_setopt( $ch, CURLOPT_USERPWD,"dominio\user:pass");
curl_setopt($ch,CURLOPT_FOLLOWLOCATION,TRUE);
curl_setopt($ch,URLOPT_UNRESTRICTED_AUTH,TRUE);

curl_exec($ch);
curl_close ($ch);

y el error

You do not have permission to view this directory or page using the
credentials you supplied.

Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT +1. The time now is 06:02 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0