sshr

sshr Req

Small request tools for curl and debugging

Use the IP and Echo endpoints to inspect client IP, headers, query strings, and request bodies without setting up a test server.

IP

curl ip.sshr.uk

Returns the caller IP as plain text.

Echo

curl echo.sshr.uk/echo -d 'ping'

Returns JSON containing the method, path, query, headers, body, host, and remote IP.