|
Home | Search |
| Forums | Links | About | Contact |
|
Free Utilities
Yahoo! Chat Help Computer Tutorials Emote Share In Depth / Articles -Chat Clients - Safe? -Chat Help Newbies -Buffer Overflows -VeriSign SiteFinder -How DNS works -Formation of a URL -Transparent Proxies -Internet Anonymity? -HTTPS / SSL -SharpExt - C# YahELite Profile Viewer |
Breakdown of a URLIntroductionBuying a domain name is easy, you take a credit or debit or credit card, you part with anything from a few dollars, and you have a domain name, no matter who you are. But spoofing domain names is easy too, and how is the domain name composed. is www.yahoo.com the same as yahoo.mysite.com ? Which one is valid, which one is illegal? Take one of my URLs http://forum.helpbytes.co.uk/viewtopics.php?ID=344&Forum=1 http:// forum helpbytes .co.uk viewtopics .php ? Some webpages need parameters, such as dynamic web pages. They will all follow the ?. Parameters are in the form name=value and are separated via an ampersand (&). www.
www. is also a subdomain, just like forum in the above example. www.
is often used to show that the contents are webpages, www standing for world
wide web. Many sites now are accessible without the www. Tricks
Don't be fooled by what you see. The text you click can be called
anything, the domain name is in the underneath code: ChatroomsURLs posting in chat room are often not in the same form as HTML. By this I mean you can't give the link a name like I did in the first trick above. So the URL you see, is the URL you will get too. Any funny codes indicate something is going on, and ignore it. ConclusionIt is safe to click most links if you know the content, or the source is safe. If you really want to be 100% safe of spoofed URLs, type the URL in yourself, or if you know HTML, view the source of the page and check it out. |