<?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, 28 Dec 2011 05:30:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
	<item>
		<title>By: karthik</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-124922</link>
		<dc:creator>karthik</dc:creator>
		<pubDate>Fri, 28 Oct 2011 07:50:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-124922</guid>
		<description>hi,
 
     thank u for your valuable link. i checked with the code. i got &quot;No Ip or any message&quot; message only.. may i know what is the problem with this...</description>
		<content:encoded><![CDATA[<p>hi,</p>
<p>     thank u for your valuable link. i checked with the code. i got &#8220;No Ip or any message&#8221; message only.. may i know what is the problem with this&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Find the User Country from Flex &#171; Flex User</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-101553</link>
		<dc:creator>Find the User Country from Flex &#171; Flex User</dc:creator>
		<pubDate>Thu, 12 May 2011 13:37:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-101553</guid>
		<description>[...] Country from&#160;Flex  First of All, we need JSP / ASP for getting the IP Address, Example code: Link After getting the IP, using the below IP Web Service we can find the End- User&#8217;s [...]</description>
		<content:encoded><![CDATA[<p>[...] Country from&nbsp;Flex  First of All, we need JSP / ASP for getting the IP Address, Example code: Link After getting the IP, using the below IP Web Service we can find the End- User&#8217;s [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: research paper writers</title>
		<link>http://blog.everythingflex.com/2008/08/07/get-ipaddress-into-flash/comment-page-1/#comment-88267</link>
		<dc:creator>research paper writers</dc:creator>
		<pubDate>Thu, 27 Jan 2011 13:35:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.everythingflex.com/?p=423#comment-88267</guid>
		<description>Nice example, but why would anyone want to use flash for identifying IP?</description>
		<content:encoded><![CDATA[<p>Nice example, but why would anyone want to use flash for identifying IP?</p>
]]></content:encoded>
	</item>
	<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 dawn" 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>
</channel>
</rss>

