diff options
author | gennyble <gen@nyble.dev> | 2025-06-16 18:59:54 -0500 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-06-16 19:00:12 -0500 |
commit | a70202656533caa65f538c780100ad96ce5624b9 (patch) | |
tree | 7ba5565ff600cbe4bc37b5750245a96fc5ff519b /README.md | |
parent | 675b0dfc572dcfc17b92da466235b2519ffceecd (diff) | |
download | piper-a70202656533caa65f538c780100ad96ce5624b9.tar.gz piper-a70202656533caa65f538c780100ad96ce5624b9.zip |
Fix readme markup
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md index 5435278..d925d8d 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ If a request is received with an `Authorization` header, piper will compare the IP the request came from with the last IP to use that `Authorization` value. There are three possible situations and two responses: -A `200` status code will be returned, with an IP in the body, if: -- A request has never been made with the provided auth value +A `200` status code will be returned, with an IP in the body, if: +- A request has never been made with the provided auth value - The last request to use the auth value came from a different IP address -A `302` status code will be returned, with no body, if: +A `302` status code will be returned, with no body, if: - The last request to use the auth value comes from the same IP address You may specify a `Content-Type` of `application/json` or `text/plain`. Example |