chk.sirache.ch
http testing toolkit
info endpoints
| endpoint | description |
| /ip | your ip address |
| /headers | all request headers |
| /ua | user agent string |
status codes
| code | name | url |
| 200 | ok | /200 |
| 201 | created | /201 |
| 204 | no content | /204 |
| 301 | moved permanently | /301 |
| 302 | found | /302 |
| 400 | bad request | /400 |
| 401 | unauthorized | /401 |
| 403 | forbidden | /403 |
| 404 | not found | /404 |
| 418 | i'm a teapot | /418 |
| 429 | too many requests | /429 |
| 500 | internal server error | /500 |
| 502 | bad gateway | /502 |
| 503 | service unavailable | /503 |
usage
curl https://chk.sirache.ch/ip
curl https://chk.sirache.ch/headers
curl https://chk.sirache.ch/ua
curl https://chk.sirache.ch/500