We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think auth: (Basic Authentication) no longer works as described in the documentation
auth:
Version info:
Artillery: 2.0.20 Node.js: v22.8.0 OS: darwin
A test.yaml file:
test.yaml
config: target: http://asciiart.artillery.io:8080 phases: - duration: 1 arrivalRate: 1 scenarios: - flow: - get: url: '/dino' auth: user: username pass: password
Run the test with debug mode enabled to inspect request headers:
DEBUG=http* artillery run test.yaml -s
I expected to see this happen:
I expected to see the Authorization header in the request headers.
Authorization
Instead, this happened:
No Authorization header was present in the request.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think
auth:
(Basic Authentication) no longer works as described in the documentationVersion info:
A
test.yaml
file:Run the test with debug mode enabled to inspect request headers:
I expected to see this happen:
I expected to see the
Authorization
header in the request headers.Instead, this happened:
No
Authorization
header was present in the request.The text was updated successfully, but these errors were encountered: