Re: camel-http: $USER:$PASSWORD@$SERVER notation for basic auth no longer supported?

2023-11-22 Thread Claus Ibsen
On Wed, Nov 22, 2023 at 7:17 PM Pascal Schumacher wrote: > Hi, > > while migrating a Project from Camel 3 to Camel 4 I noticed that the > $USER:$PASSWORD@$SERVER notation for basic authentication no longer works. > > `to("https://USER:PASSWORD@localhost >

camel-http: $USER:$PASSWORD@$SERVER notation for basic auth no longer supported?

2023-11-22 Thread Pascal Schumacher
Hi, while migrating a Project from Camel 3 to Camel 4 I noticed that the $USER:$PASSWORD@$SERVER notation for basic authentication no longer works. `to("https://USER:PASSWORD@localhost:8080/example?authenticationPreemptive=true;)` works in Camel 3.21.2 but fails in Camel 4.0.3 with: