On 4 March 2014 15:31, pradeep kumar <[email protected]> wrote: > Hi, > > This problem is solved! JMeter doesn't show header in the sample request.
I just checked and JMeter 2.11 does show the headers from the Header Manager in the request tab (except in the case of the Java implementation - Java does not include it when requesting the connection properties). However, by default JMeter does not do pre-emptive authentication for the non-Java implementations. It does not send the header until requested by the server, so of course you won't see the header in the initial 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 >>> > >>> >> >> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
