Is it possible to get the resulting URL from a given URL? For example
System.out.println(realUrl("sourceforge.com"));
private String realUrl(String url)
{
....
}
Should print the resulting URL "http://sourceforge.net/", and similarly tinyurls would return the destination URL