curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: Problem with DIGEST and multiple authorization headers

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Aug 2017 12:01:49 +0200 (CEST)

On Wed, 2 Aug 2017, Daniel Schwarz via curl-library wrote:

> Would it be possible to give a rough estimate of the implementation?

To only add support for CURLOPT_AUTH_REALM (or whatever the option should be
called, there probably needs to be two as server and proxy authentication are
separate and can happen basically simultaneously) should be rather easy and
quickly done (ie within hours if made by someone with a little libcurl hacking
experience). It mostly takes adding parser code that gets the realm from the
incoming auth headers and compares them with the set string so that it can
ignore the wrong ones.

Then some more for documentation and tests.

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2017-08-03