Bug 57242 - HTTP Authorization is not pre-emptively set with HttpClient4

Add property
Bugzilla Id: 57242

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1780708 13f79535-47bb-0310-9956-ffa450edef68

Former-commit-id: 4b23a37b87
This commit is contained in:
Philippe Mouawad 2017-01-28 15:24:19 +00:00
parent b57415a476
commit f75144d025
1 changed files with 3 additions and 0 deletions

View File

@ -467,6 +467,9 @@ log_level.jorphan=INFO
# Uncomment this line if you put anything in hc.parameters file
#hc.parameters.file=hc.parameters
# Preemptively send Authorization Header when BASIC auth is used
#httpclient4.auth.preemptive=true
# Number of retries to attempt (default 0)
#httpclient4.retrycount=0