Re: Username and password in URL stopped working with proxy

2019-08-15 Thread Mike Crowe via curl-library
On Thursday 15 August 2019 at 15:52:31 +0200, Daniel Stenberg wrote: > On Thu, 15 Aug 2019, Mike Crowe wrote: > > > If I make that change to master (and don't modify the GET lines because > > master doesn't supply the username and password to the proxy that way) > > then no Authorization header is

Re: Username and password in URL stopped working with proxy

2019-08-15 Thread Mike Crowe via curl-library
On Thursday 15 August 2019 at 11:15:55 +0200, Daniel Stenberg wrote: > On Thu, 15 Aug 2019, Mike Crowe wrote: > > > I'll have a dig into the unit test infrastructure to see if I can find a > > way to add a test case for this. I'd previously assumed that the use of > > a proxy would make creating a

Re: Username and password in URL stopped working with proxy

2019-08-15 Thread Mike Crowe via curl-library
On Thursday 15 August 2019 at 09:50:50 +0200, Daniel Stenberg wrote: > On Thu, 15 Aug 2019, Mike Crowe via curl-library wrote: > > > That seems to be using basic authentication, so there's no 401 round > > trip required to get the nonce. Please can you post the full outpu

Re: Username and password in URL stopped working with proxy

2019-08-15 Thread Mike Crowe via curl-library
On Wednesday 14 August 2019 at 23:35:47 +0200, Daniel Stenberg wrote: > On Wed, 14 Aug 2019, Mike Crowe wrote: > > > If this doesn't help point at the problem, please can you post the full > > output from when you successfully ran: > > > > $ ./src/curl http://daniel:he...@www.haxx.se -x localhost

Re: Username and password in URL stopped working with proxy

2019-08-14 Thread Mike Crowe via curl-library
On Sunday 04 August 2019 at 23:35:17 +0200, Daniel Stenberg via curl-library wrote: > On Sat, 3 Aug 2019, Mike Crowe wrote: > > > I've attached two logs. One from my build of master, and one from the > > Debian Stretch version of curl (7.52.1.) It looks like v7.52.1 passes > > the username and pa

Re: Username and password in URL stopped working with proxy

2019-08-03 Thread Mike Crowe via curl-library
On Saturday 03 August 2019 at 21:32:12 +0200, Daniel Stenberg wrote: > 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 ? No, I was using the current state of master y

Username and password in URL stopped working with proxy

2019-08-02 Thread Mike Crowe via curl-library
Whilst upgrading to libcurl I've discovered that one of our tests has started failing. The test checks that a URL containing both a user name and password works correctly with digest authentication through a proxy. I've managed to reproduce the problem against our Squid proxy with the the curl com