Skip to content
New issue

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

Support proxy authentication #3944

Open
ptwales opened this issue Apr 2, 2025 · 0 comments
Open

Support proxy authentication #3944

ptwales opened this issue Apr 2, 2025 · 0 comments
Labels
enhancement New feature or request

Comments

@ptwales
Copy link

ptwales commented Apr 2, 2025

Problem to solve

Use hurl with a proxy that requires a username and password.

Proposal

Support the --proxy-header option from curl in hurl so hurl can send basic auth headers to the proxy. Or support the --proxy-basic and --proxy-user options.

Ideally hurl would also support the https://user:pass@host:port format for the --proxy option, but I think that might cause round trips to figure out which authentication schema to use.

Somewhat related to #3861

@ptwales ptwales added the enhancement New feature or request label Apr 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant