Skip to content

Commit

Permalink
docs: enhanced curl command in the authenticated rl user guide
Browse files Browse the repository at this point in the history
  • Loading branch information
guicassolato committed Oct 25, 2023
1 parent b95595f commit d9a9bfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ EOF
As John:

```sh
curl -H 'Authorization: APIKEY ndyBzreUzF4zqDQsqSPMHkRhriEOtcRx' http://talker-api.127.0.0.1.nip.io:8000/hello
curl -H 'Authorization: APIKEY ndyBzreUzF4zqDQsqSPMHkRhriEOtcRx' http://talker-api.127.0.0.1.nip.io:8000/hello -i
# HTTP/1.1 200 OK
```

Expand All @@ -224,7 +224,7 @@ Repeat the request a few more times within the 60-second time window, until the
While the API is still limited to John, send requests as Jane:

```sh
curl -H 'Authorization: APIKEY 7BNaTmYGItSzXiwQLNHu82+x52p1XHgY' http://talker-api.127.0.0.1.nip.io:8000/hello
curl -H 'Authorization: APIKEY 7BNaTmYGItSzXiwQLNHu82+x52p1XHgY' http://talker-api.127.0.0.1.nip.io:8000/hello -i
# HTTP/1.1 200 OK
```

Expand Down

0 comments on commit d9a9bfd

Please sign in to comment.