1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-17 01:42:46 +02:00

Mention explicitly about prompted passwords are stored as raw in the docs

This commit is contained in:
Batuhan Taskaya
2021-12-29 12:03:44 +03:00
parent 06512c72a3
commit 0e10e23dca

View File

@ -2014,7 +2014,7 @@ $ cat session.json
```
When creating anonymous sessions, please remember to always include at least one `/`, even if the session files is located in the current directory (i.e. `--session=./session.json` instead of just `--session=session.json`), otherwise HTTPie assumes a named session instead.
### Readonly session
To use the original session file without updating it from the request/response exchange after it has been created, specify the session name via `--session-read-only=SESSION_NAME_OR_PATH` instead.