PDA

View Full Version : IP adress



madtree
Jul 22nd, 2009, 04:20 PM
Hi,

Does someone know how to retrieve the user ip address using Spring BlazeDS. I guess there's some kind of context object where it can be accessed but I just can't find it. Thank!

ljubisap
Jul 24th, 2009, 07:51 AM
You can extract it on client side (Flex) and send it. You can have a look into AMF specification and check there what informations are transfered from client to the server.

Regards.