Hi, This problem is solved! JMeter doesn't show header in the sample request. But Internally it do send the Authorization header. My web service had other issues because of which I got confused.
Thanks, Pradeep On Tue, Mar 4, 2014 at 2:56 PM, pradeep kumar <[email protected]> wrote: > Hi Ronny, > > Thanks for the reply. We are generating a signature using an internal > algorithm for each request. All the signature are in CSV with reqeust > mentiones. > So my HTTP Header manager looks like this: > > Authorization:"abc1234dfjdkfd" or precisely Authorization:${signature} > > See attached screenshot for exact representation. Any idea how can i > implement this? > > Thanks, > Pradeep > > > > On Tue, Mar 4, 2014 at 2:11 AM, Ronny Roscher <[email protected]> wrote: > >> Can you post your request header and the modified request header from your >> HTTP Service to make it easier understandable what you try to approach. >> >> Ronny >> Am 03.03.2014 16:54 schrieb "pradeep kumar" <[email protected]>: >> >> > Hi, >> > >> > My HTTP service overrides the "Authorization" header and provide a >> > signature string value to the Authorization header. >> > Now I understands that JMeter omits this header if added under HTTP >> Header >> > manager. Instead we should use HTTP authorization manager. >> > >> > But I can not use HTTP Authorization manager since it's not a >> user/password >> > thing. Is there any way to control Jmeter such that it doesn't omit the >> > Authorization header under HTTP Header manager? >> > >> > Thanks, >> > Pradeep >> > >> > >
