curl / Mailing Lists / curl-library / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: Username and password in URL stopped working with proxy

From: Daniel Stenberg via curl-library <curl-library_at_cool.haxx.se>
Date: Sat, 3 Aug 2019 21:32:12 +0200 (CEST)

On Sat, 3 Aug 2019, Daniel Stenberg via curl-library wrote:

>> curl --proxy http://proxy:3128/ --anyauth http://unittest:password@host/
>
> And you're using curl 7.65.3 ?

I just tried this with git master:

$ ./src/curl http://daniel:hello@www.haxx.se -x localhost:80 --trace-ascii -
    -o /dev/null

And curl certainly seems to send the right header for this case. That makes me
wonder what server headers your test case here responds and how curl reacts on
those.

-- 
  / daniel.haxx.se | Get the best commercial curl support there is - from me
                   | Private help, bug fixes, support, ports, new features
                   | https://www.wolfssl.com/contact/
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-08-03