Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to simulate browsing from various locations?

I want to check a particular website from various locations. For example, I see a site example.com from the US and it works fine. The colleague in Europe says he cannot see the site (gets a dns eror).

Is there any way I can check that for my self instead of asking him every time?

like image 428
schar Avatar asked Jul 13 '09 18:07

schar


People also ask

How can I access my website from a different location?

VPNs are the best option for accessing content that is blocked in your own country because they allow you to tunnel your traffic through an encrypted connection and come out on the other side.

How can you tell what country a website is from?

You would need an IP-to-country database to look up that country. Show activity on this post. Show activity on this post. You can do a WHOIS lookup as mentioned in other answers to get the information about the website that were stored by the registrar and filled in by the user.


2 Answers

This is a bit of self promotion, but I built a tool to do just this that you might find useful, called GeoPeeker.

It remotely accesses a site from servers spread around the world, renders the page with webkit and sends back an image. It will also report the IP address and DNS information of the site as it appears from that location.

There are no ads, and it's very stream-lined to serve this one purpose. It's still in development, and feedback is welcome. Here's hoping somebody besides myself finds it useful!

like image 135
lewsid Avatar answered Sep 20 '22 11:09

lewsid


Sometimes a website doesn't work on my PC and I want to know if it's the website or a problem local to me(e.g. my ISP, my router, etc).

The simplest way to check a website and avoid using your local network resources(and thus avoid any problems caused by them) is using a web proxy such as Proxy.org.

like image 44
Diaa Sami Avatar answered Sep 18 '22 11:09

Diaa Sami