cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: NTLM authentication verification

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Mon, 18 Apr 2005 13:38:25 +0200 (CEST)

On Mon, 18 Apr 2005, Pavel Orehov wrote:

> I am writing some stress client that makes NTLM authentication against http
> proxy. So i need some way to know if there was requests for authentication
> from proxy for all connections and was not connections that passed without
> authentication.
>
> Is there is a way to know it from libcurl ?

Yes, if you set a header callback you'll get all headers from the proxy/server
and you can check for the "Proxy-Authenticate: NTLM" one yourself.

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