forked from extern/httpie-cli
Mention explicitly about prompted passwords are stored as raw in the docs
This commit is contained in:
parent
06512c72a3
commit
0e10e23dca
@ -2014,7 +2014,7 @@ $ cat session.json
|
||||
$ http --session=./session.json pie.dev/headers
|
||||
```
|
||||
|
||||
All session data, including credentials, cookie data, and custom headers are stored in plain text.
|
||||
All session data, including credentials, prompted passwords, cookie data, and custom headers are stored in plain text.
|
||||
That means session files can also be created and edited manually in a text editor—they are regular JSON.
|
||||
It also means that they can be read by anyone who has access to the session file.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user