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
Today we use --variables-file to refer to credentials. I think it would be really nice if hurl could support credentials stored in .netrc .
Respect .netrc as curl does. Described here: https://everything.curl.dev/usingcurl/netrc
Or is there a way to pass curl parameters trough? Than this should work already now.
The text was updated successfully, but these errors were encountered:
Hi @jaminalder
Thanks for the issue. As these options are exposed through libcurl it shouldn't be difficult to add to Hurl!
libcurl
Sorry, something went wrong.
That's great, thanks a lot for solving this!
Successfully merging a pull request may close this issue.
Problem to solve
Today we use --variables-file to refer to credentials.
I think it would be really nice if hurl could support credentials stored in .netrc .
Proposal
Respect .netrc as curl does. Described here:
https://everything.curl.dev/usingcurl/netrc
Or is there a way to pass curl parameters trough? Than this should work already now.
The text was updated successfully, but these errors were encountered: