ip


ipstringRead-only

Returns the remote IP address of the router request.

Get the IP of the router request
JavaScript
export function myRouter_Router(request) { let ip = request.ip; // "34.232.34.242" }
Did this help?