Amazon

Thursday 13 October 2011

Finding Spoof Websites

http://www.fastestwebbrowser.com/fastestwebbrowser.gif
There are times when you are not sure that the website that you are visiting is authentic. Use this code whenever in doubt :-

Copy the following code and paste in the URL bar.
javascript:alert("The actual URL is:\t\t" + location.protocol + "//" + location.hostname + "/" + "\nThe address URL is:\t\t" + location.href + "\n" + "\nIf the server names do not match, this may be a spoof.");