hi, I used the HTTP(S) Test Script Recorder to record the requests.If the original request has the header Authorization, why the JMeter cant record it while the fiddler can?I think it's the problem of Jmeter.Should I configure something else?
Thanks. Jesse ------------------ 原始邮件 ------------------ 发件人: "sum2000";<[email protected]>; 发送时间: 2016年4月1日(星期五) 上午10:18 收件人: "user"<[email protected]>; 主题: Re: JMeter cant record authorization header The most possible problem is that you added an incorrect authorazition manager, you can print out your recorder and the request which Jmeter sending out. And I think there still maybe an important thing to do for you, talk with your server application developer or desinger, understand what authorization technology and strategy between endpoint and server communicaiton. yonger Original Message Sender:张珊[email protected] Recipient:[email protected] Date:Friday, Apr 1, 2016 10:05 Subject:JMeter cant record authorization header Hi, I have used JMeter to record a mobile app, but some response with the code 401 and response header WWW-Authenticate: WL-Composite-Challenge when replay.Then I use the fiddler (a HTTP proxy analyzer) record the same requests and replay successfully.By comparision, the request recorded by fiddler has the header Authorization but the request in JMeter has no.I added the Http Authorazition manager, but it also didnt work.The version of JMeter is 2.13, which dont remove authorazation like the 2.11.Hoping someone can help fix it. Thank in advance. Jesse
