mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-25 10:16:46 +00:00
docs: Edit README
This commit is contained in:
parent
7ad874a1ff
commit
f27984a63f
@ -131,8 +131,8 @@ a password, first do the following to get an authentication cookie and store it
|
|||||||
```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!" in case the provided password was correct. For any other
|
You should receive "Correct password!" if the provided password was correct. For any subsequent
|
||||||
request, please add `-b cookie.txt` to use this authentication cookie.
|
request, please add `-b cookie.txt` to provide authentication.
|
||||||
|
|
||||||
To add a link, do
|
To add a link, do
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user