Commit 38c994b8 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

33. Doing multi-pass HTTP authentication on a non-default port does not work.

  This happens because the multi-pass code abuses the redirect following code
  for doing multiple requests, and when we following redirects to an absolute
  URL we must use the newly specified port and not the one specified in the
  original URL. A proper fix to this would need to separate the negotiation
  "redirect" from an actual redirect.
parent 1b8643d4
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment