• Daniel Stenberg's avatar
    - Internet Explorer had a broken HTTP digest authentication before v7 and · 6e376532
    Daniel Stenberg authored
      there are servers "out there" that relies on the client doing this broken
      Digest authentication. Apache even comes with an option to work with such
      broken clients.
    
      The difference is only for URLs that contain a query-part (a '?'-letter and
      text to the right of it).
    
      libcurl now supports this quirk, and you enable it by setting the
      CURLAUTH_DIGEST_IE bit in the bitmask you pass to the CURLOPT_HTTPAUTH or
      CURLOPT_PROXYAUTH options. They are thus individually controlled to server
      and proxy.
    6e376532
To find the state of this project's repository at the time of any of these versions, check out the tags.