1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Tweak auth docs

This commit is contained in:
Jakub Roztocil
2022-01-23 17:24:29 +01:00
parent 217cf8ddae
commit ba0c1ab258

View File

@@ -1247,12 +1247,18 @@ https -A bearer -a token pie.dev/bearer
For example:
```bash
$ cat ~/.netrc
machine pie.dev
login httpie
password test
```
```bash
$ http pie.dev/basic-auth/httpie/test
HTTP/1.1 200 OK
[...]
```
This can be disabled with the `--ignore-netrc` option:
```bash