mirror of
https://github.com/SinTan1729/chhoto-url
synced 2025-02-05 13:52:33 -06:00
fix: Capitalization, fixes #37
This commit is contained in:
parent
e6eed2dd70
commit
756d675f06
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ below, replace `http://localhost:4567` with where your instance of `chhoto-url`
|
||||||
If you have set up
|
If you have set up
|
||||||
a password, first do the following to get an authentication cookie and store it in a file.
|
a password, first do the following to get an authentication cookie and store it in a file.
|
||||||
```bash
|
```bash
|
||||||
curl -X post -d "<your-password>" -c cookie.txt http://localhost:4567/api/login
|
curl -X POST -d "<your-password>" -c cookie.txt http://localhost:4567/api/login
|
||||||
```
|
```
|
||||||
You should receive "Correct password!" if the provided password was correct. For any subsequent
|
You should receive "Correct password!" if the provided password was correct. For any subsequent
|
||||||
request, please add `-b cookie.txt` to provide authentication.
|
request, please add `-b cookie.txt` to provide authentication.
|
||||||
|
|
Loading…
Reference in a new issue