<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Sabine,<div><br></div><div>if you have a normal setup that would mean you use a front-end web server that accepts requests and forward them to the smalltalk image. In this case the connection would go from 127.0.0.1 to 127.0.0.1 so the information you are requesting is valid. In this case it is also common that the front-end server writes the originating IP address in a http header. Have a look at&nbsp;</div><div><br></div><div><a href="http://en.wikipedia.org/wiki/X-Forwarded-For">http://en.wikipedia.org/wiki/X-Forwarded-For</a></div><div><br></div><div>Then I would advize to have a look at the headers of the request in</div><div><br></div><div>self requestContext request headers</div><div><br></div><div>to find any header containing the information you are looking for in case it is not the one above.</div><div><br></div><div>Norbert</div><div><br><div><div>Am 11.04.2013 um 17:21 schrieb Milan Mimica &lt;<a href="mailto:milan.mimica@gmail.com">milan.mimica@gmail.com</a>&gt;:</div><br class="Apple-interchange-newline"><blockquote type="cite">If there is a Http proxy running on your server you will get its ip address.<br><br><br>On Thursday, 11 April 2013, Sabine Knöfel &lt;<a href="mailto:sabine.knoefel@gmail.com">sabine.knoefel@gmail.com</a>&gt; wrote:<br>&gt; Hi,<br>
&gt;<br>&gt; I want to get the ip adress of the user with:<br>&gt;<br>&gt; self requestContext request remoteAddress<br>&gt;<br>&gt; But this returns always 127.0.0.1, also on the remote system.<br>&gt;<br>&gt; E.g. <a href="http://ec2-176-34-68-88.eu-west-1.compute.amazonaws.com/">http://ec2-176-34-68-88.eu-west-1.compute.amazonaws.com/</a><br>
&gt; in the first line of the page, I did<br>&gt;<br>&gt; html text: self requestContext request remoteAddress.<br>&gt;<br>&gt; I would expect the ip adress of my provider<br>&gt;<br>&gt; Did I miss somethng?<br>&gt;<br>&gt; Sabine<br>
&gt;<br>&gt;<br>&gt;<br>&gt; --<br>&gt; View this message in context: <a href="http://forum.world.st/self-requestContext-request-remoteAddress-always-127-0-0-1-tp4680862.html">http://forum.world.st/self-requestContext-request-remoteAddress-always-127-0-0-1-tp4680862.html</a><br>
&gt; Sent from the Seaside General mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br>&gt; _______________________________________________<br>&gt; seaside mailing list<br>&gt; <a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
&gt; <a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>&gt;<br><br>-- <br>Milan Mimica<br><a href="http://sparklet.sf.net/">http://sparklet.sf.net</a><br>
_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></blockquote></div><br></div></body></html>