1
0
Fork 0
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:
Sayantan Santra 2024-12-30 18:41:48 +05:30
parent e6eed2dd70
commit 756d675f06
Signed by: SinTan1729
GPG key ID: 0538DD402EA50898

View file

@ -151,7 +151,7 @@ below, replace `http://localhost:4567` with where your instance of `chhoto-url`
If you have set up
a password, first do the following to get an authentication cookie and store it in a file.
```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
request, please add `-b cookie.txt` to provide authentication.