cURL / Mailing Lists / curl-and-php / Single Mail

curl-and-php

RE: ISA Server

From: Raluca Oprean <Raluca_at_sds.ro>
Date: Wed, 17 Aug 2005 11:01:57 +0300

HI!

I don't know exactly what you mean by "response headers" but the result
of the 'curl_getinfo' looks like this:

 Array ( [url] => http://www.sds.ro/ [content_type] => text/html
[http_code] => 407 [header_size] => 395 [request_size] => 133 [filetime]
=> -1 [ssl_verify_result] => 0 [redirect_count] => 0 [total_time] =>
0.003 [namelookup_time] => 0 [connect_time] => 0.001 [pretransfer_time]
=> 0.002 [size_upload] => 0 [size_download] => 2366 [speed_download] =>
2366 [speed_upload] => 0 [download_content_length] => 2366
[upload_content_length] => 0 [starttransfer_time] => 0.003
[redirect_time] => 0 )

It says nothing about authentification.

Raluca Oprean
programmer
Segas Data System
0727359532

-----Original Message-----
From: curl-and-php-bounces_at_cool.haxx.se
[mailto:curl-and-php-bounces_at_cool.haxx.se] On Behalf Of Daniel Stenberg
Sent: Wednesday, August 17, 2005 10:28 AM
To: Programming PHP/CURL
Subject: Re: ISA Server

On Wed, 17 Aug 2005, Raluca Oprean wrote:

> HTTP 407 Proxy Authentication Required - The ISA Server requires
> authorization to fulfill the request. Access to the Web Proxy service
> is denied. (12209) Internet Security and Acceleration Server

Check the response headers, they contain the info you need. Like what
authentication methods it accepts.

--
  Commercial curl and libcurl Technical Support:
http://haxx.se/curl.html
Received on 2005-08-17