You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
https://www.netmeister.org/blog/passing-passwords.html has a decent
overview of the security issues with that.
Since this is interactive, getting curl to prompt for the password is
probably the easiest alternative. From
https://curl.se/docs/manpage.html#-u
> If you simply specify the username, curl prompts for a password.
I don't have an easy way to test the actual command in this doc, but the
flag does seem to behave as documented at least:
```
$ curl --user user@example.com https://google.com
Enter host password for user 'user@example.com'
```
Fixesgitgitgadget/gitgitgadget#1843
0 commit comments