[racket] getting remote ip address

From: prad (prad at towardsfreedom.com)
Date: Tue May 14 14:07:01 EDT 2013

in php i can do this:
$ip=$_SERVER['REMOTE_ADDR'];

to find out what the client ip address is.

how do i do it in racket?

i looked at request-client-ip provided by
web-server/http/request-structs
but that seems to require i run the racket webserver.


-- 
in friendship,
prad


Posted on the users mailing list.