Header Manager is working just fine, you can verify what headers are being
sent using a sniffer tool like  Wireshark <https://www.wireshark.org/>  

Looking into  JMeter Changelog
<https://jmeter.apache.org/changes_history.html>   for  JMeter 3.2
<https://www.blazemeter.com/blog/whats-new-jmeter-32/>   there is  Bug 60778
<https://bz.apache.org/bugzilla/show_bug.cgi?id=60778>   which references 
getRequestProperty(“Authorization”) always returns null
<https://stackoverflow.com/questions/2864062/getrequestpropertyauthorization-always-returns-null>
  
question on StackOverflow and the  accepted answer
<https://stackoverflow.com/a/2865535/2897748>   explains that the behaviour
is expected. 

So all the headers you define in the HTTP Header Manager are really sent
with Java implementation, but you cannot observe some of them in the View
Results Tree listener due to the aforementioned security restriction. 



--
Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to