IP
curl ip.sshr.uk
Returns the caller IP as plain text.
sshr Req
Use the IP and Echo endpoints to inspect client IP, headers, query strings, and request bodies without setting up a test server.
curl ip.sshr.uk
Returns the caller IP as plain text.
curl echo.sshr.uk/echo -d 'ping'
Returns JSON containing the method, path, query, headers, body, host, and remote IP.