buzzerrookie commented on issue #6303:
URL: https://github.com/apache/jmeter/issues/6303#issuecomment-2219448974

   Actually these headers have been sent and you can verify by Wireshark or 
other network sniffers.
   The Java HttpURLConnection automatically hides the Authorization header when 
getting request headers from HttpURLConnection, thus it can not be accessed by 
user. The Host and User-Agent headers are automatically sent by 
HttpURLConnection but you can still overwrite them via Header Manager. 
   When the Host and User-Agent headers are set in Header Manager, they will 
appear in the Request Headers panel. The Authorization header should be placed 
in HTTP Authorization Manager and it will apper in the Request Headers panel.
   I don't know whether the two implementations should keep a consistent 
appearance in the Request Headers panel. If so, I'm glad to help if the JMeter 
owner determines to improve it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@jmeter.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to