Svar: Re: Svar: How to get headers within Variables returning?

2024-03-18 Thread Mikael Andersson Wigander
No it’s just a list /M Den 18 mars 2024 kl 01:06, Chirag <[chirag.sangh...@gmail.com](mailto:Den 18 mars 2024 kl 01:06, Chirag < skrev: > Hello Mikael, > > In your scenario - are you creating a hashmap of header? > > ચિરાગ/चिराग/Chirag > -- > Sent from

Re: Svar: How to get headers within Variables returning?

2024-03-17 Thread Chirag
Hello Mikael, In your scenario - are you creating a hashmap of header? ચિરાગ/चिराग/Chirag -- Sent from My Gmail Account On Thu, Mar 14, 2024 at 6:38 AM Mikael Andersson Wigander wrote: > > Hi > > Never mind, I found it out. > >

Svar: How to get headers within Variables returning?

2024-03-14 Thread Mikael Andersson Wigander
Hi Never mind, I found it out. simple(“${variable[header:token.Authorization]}”) /M Den 14 mars 2024 kl 11:30, Mikael Andersson Wigander <[mikael.andersson.wigan...@pm.me.INVALID](mailto:Den 14 mars 2024 kl 11:30, Mikael Andersson Wigander < skrev: > Hi > > I’m using the new 4.4 feature

Re: How to get headers within Variables returning?

2024-03-14 Thread Claus Ibsen
See the docs https://camel.apache.org/manual/variables.html And then you can debug what happens also, for example with camel jbang debug that shows all the details On Thu, Mar 14, 2024 at 11:30 AM Mikael Andersson Wigander wrote: > Hi > > I’m using the new 4.4 feature with Variables and having

How to get headers within Variables returning?

2024-03-14 Thread Mikael Andersson Wigander
Hi I’m using the new 4.4 feature with Variables and having issues with headers created within the variables. I use this feature for getting an access_token and I store it as a header in the call to be used later. How can I retrieve it in subsequent executions returning from my toV() call