/v1/return/address
Returns the IP address and port number of the client as seen by the server. Only IPv4 addresses are supported. Superseded by /v2/return/address.
Response Body
JSON Object:
Name | Type | Description |
---|---|---|
ip | string | The IP address of the client. |
port | string | The port number of the client. |