Here is my case:
I have a js plugin that makes a jsonp call to a jsp page. Everything is working perfectly but there is one more thing i want to do.
How I can get the IP address of the remote web site that this js plugin is placed? I don't want the client ip but the www.blablabla.com ip.
I've tried the referer header but it will not work with IE and i guess it is not the best way to go.
Thanks in advance.
