Record a website that uses Basic Auth using JMeter Recording Template HTTP Authorization Manager will create Authorizations with below URL: - https://:443/ This is because the HTTPSamplerBase built has no URL since it is defined in HTTP Request Defaults, so the HTTPSamplerBase will have an empty field for it.
This is an automated email from the ASF dual-hosted git repository. pmouawad pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git The following commit(s) were added to refs/heads/master by this push: new f0869b6 Bug 65002 - HTTP(S) Test Script recorder creates an invalid Basic authentication URL f0869b6 is described below commit f0869b6aef4ed865a9373f3ae2261d34a9c4b75c Author: pmouawad <p.mouawad@ubik-ingenierie.com> AuthorDate: Thu Dec 17 20:29:53 2020 +0100 Bug 65002 - HTTP(S) Test Script recorder creates an invalid Basic authentication URL --- .../jmeter/protocol/http/proxy/ProxyControl.java | 21 ++++++++++++--------- xdocs/changes.xml | 2 ++ 2 files changed, 14 insertions(+), 9 deletions(-)
Issue introduced in Bug 25430 by commit: https://github.com/apache/jmeter/commit/cb891ece5a08232a37c20ba998d26de3770a679b
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5456