I've hosted a jasper server,
http://example.com/jasperserver/......
and I get the required PDF by hitting the URL above. At the jasperserver's front, I want to get the IP address of the client which requests the PDF, so I can print it in the PDF and also use data-source hosted on the client's address.
Is there a way I can pull this out from the headers or any other method jasperserver provides?