Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / March 2006

Tip: Looking for answers? Try searching our database.

web service for getting current IP address

Thread view: 
edmccann@gmail.com - 04 Mar 2006 15:08 GMT
Hello,

Does anyone know if there's a free webservice (SOAP, XML-RPC, etc) that
will return the client's current IP address?  I'm building a Google
Maps mashup and hosting it at a dynamic IP address, so I want to be
able to update the license key automatically.

I found a service called IP2Location.com, but it only allows 200 trial
requests.  I don't need a location for an IP, I need MY current IP when
I send a request.

Thanks,
Ed
Paul Tomblin - 04 Mar 2006 15:37 GMT
In a previous article, edmccann@gmail.com said:
>Does anyone know if there's a free webservice (SOAP, XML-RPC, etc) that
>will return the client's current IP address?  I'm building a Google
>Maps mashup and hosting it at a dynamic IP address, so I want to be
>able to update the license key automatically.

I wrote a very short CGI that does that.  It's at
http://xcski.net/cgi-bin/you_are.cgi
Please don't slam the hell out of it or I'll have to move it.  If you have
a host somewhere where you can put a CGI, the source code looks like:
#!/bin/sh

echo "Content-Type: text/plain"
echo
echo $REMOTE_ADDR
exit 0

Signature

Paul Tomblin <ptomblin@xcski.com> http://xcski.com/blogs/pt/
One item could not be deleted because it was missing.
       -- Mac System 7.0b1 error message

Roedy Green - 04 Mar 2006 15:46 GMT
>>Does anyone know if there's a free webservice (SOAP, XML-RPC, etc) that
>>will return the client's current IP address?

dozens of them. see http://mindprod.com/jgloss/ip.html
Signature

Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.



Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.