Login| Sign up

Opera Software ASA

Widgets » Web Developer » What is my IP

  • 83 downloads last 7 days
  • 50,486 total downloads
  • Rating: +3 (login to vote)
What is my IP, Opera application V1.1 Dec 28, 2009 9:40:18 AM

Simple tool for those need to know own IP

The IP address in the screenshot has been masked.

I made this tool simply because the other widgets "IP Address - in SVG!" not working for me, could because of it's developed 2 years ago and no longer updateing.

The widget's server side code locate at google appengine, nothing has been logged on the server.
Here's my code on the server if you'd like to know, just 3 lines:-)

class Whatismyip(webapp.RequestHandler):
def get(self):
self.response.out.write( self.request.remote_addr)



Comments 4 posts

Log in at the top of the page to post a comment.

1 - 4 of 4

"pretty cool, but why would you need it ?"

If you're having connectivity problems sometimes changing IP resolves the issue. This widget can verify that you were successful in acquiring a new IP.


The DataRat

By genevanrodent@gmail.com , # Nov 3, 2011 1:40:38 PM

pretty cool, but why would you need it?

By silonno , # Sep 8, 2010 7:23:35 PM

thanx a lot Huang for replying to my mail and updating this widget...

By visitmohit , # Dec 31, 2009 9:01:13 AM

It's not working

By espirates , # Aug 7, 2009 7:11:02 AM