<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Get IPAddress into Flash</title>
	<atom:link href="http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/</link>
	<description>News and Information about Adobe Flex &#38; Adobe AIR by Rich Tretola</description>
	<lastBuildDate>Wed, 17 Mar 2010 19:50:11 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: GwenLg</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-58735</link>
		<dc:creator>GwenLg</dc:creator>
		<pubDate>Fri, 22 Jan 2010 19:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-58735</guid>
		<description>Thanks a lot for such hot knowledge close to this topic ! You should make your &lt;a href=&quot;http://www.primethesis.com&quot; rel=&quot;nofollow&quot;&gt;custom dissertation&lt;/a&gt;, I opine. Just because some &lt;a href=&quot;http://www.primethesis.com&quot; rel=&quot;nofollow&quot;&gt;thesis service&lt;/a&gt; make such things and you can make good thesis summary as well.</description>
		<content:encoded><![CDATA[<p>Thanks a lot for such hot knowledge close to this topic ! You should make your <a href="http://www.primethesis.com" rel="nofollow">custom dissertation</a>, I opine. Just because some <a href="http://www.primethesis.com" rel="nofollow">thesis service</a> make such things and you can make good thesis summary as well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerry</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-57293</link>
		<dc:creator>Jerry</dc:creator>
		<pubDate>Tue, 15 Dec 2009 14:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-57293</guid>
		<description>Here&#039;s the JSP server-side code with some enhancements. If your app sits behind a load balancer, sometimes you&#039;ll get the IP address of the load balancer when you do getRemoteAddr(). If you first check the X-Forwarded-For header, it will have the original IP address of the caller in it.

&lt;code&gt;
&lt;%
String ip = request.getHeader(&quot;X-Forwarded-For&quot;);
if (ip == null &#124;&#124; ip.length() == 0)
	ip = request.getRemoteAddr();
%&gt;
 
 
 &lt;result&gt;
&lt;ip&gt;
&lt;%= ip %&gt;
&lt;/ip&gt;
&lt;/result&gt;
&lt;/code&gt;</description>
		<content:encoded><![CDATA[<p>Here&#8217;s the JSP server-side code with some enhancements. If your app sits behind a load balancer, sometimes you&#8217;ll get the IP address of the load balancer when you do getRemoteAddr(). If you first check the X-Forwarded-For header, it will have the original IP address of the caller in it.</p>
<div class="codecolorer-container text default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br /></div></td><td><div class="text codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">&lt;%<br />
String ip = request.getHeader(&quot;X-Forwarded-For&quot;);<br />
if (ip == null || ip.length() == 0)<br />
&nbsp; &nbsp; ip = request.getRemoteAddr();<br />
%&gt;<br />
&nbsp;<br />
&nbsp;<br />
&nbsp;&lt;result&gt;<br />
&lt;ip&gt;<br />
&lt;%= ip %&gt;<br />
&lt;/ip&gt;<br />
&lt;/result&gt;</div></td></tr></tbody></table></div>
]]></content:encoded>
	</item>
	<item>
		<title>By: Websites tagged "read" on Postsaver</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-51812</link>
		<dc:creator>Websites tagged "read" on Postsaver</dc:creator>
		<pubDate>Wed, 17 Jun 2009 10:32:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-51812</guid>
		<description>[...] - Get IPAddress into Flash saved by potato7942009-06-07 - Return to Death Race saved by thecdude2009-06-03 - US Jr dragster [...]</description>
		<content:encoded><![CDATA[<p>[...] &#8211; Get IPAddress into Flash saved by potato7942009-06-07 &#8211; Return to Death Race saved by thecdude2009-06-03 &#8211; US Jr dragster [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-35152</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 18 Dec 2008 21:36:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-35152</guid>
		<description>Is it a joke?</description>
		<content:encoded><![CDATA[<p>Is it a joke?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wodesign</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-14666</link>
		<dc:creator>wodesign</dc:creator>
		<pubDate>Fri, 15 Aug 2008 01:24:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-14666</guid>
		<description>so,first way is good if off line;and if the client on line,the seconed is better.</description>
		<content:encoded><![CDATA[<p>so,first way is good if off line;and if the client on line,the seconed is better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

