URL explained


Uniform Resource Locator (URL) formerly known as Universal Resource Locator,is a technical, Web-related term used in two distinct meanings:
  • In popular usage, it is a widespread synonym for Uniform Resource Identifier (URI) - many popular and technical texts will use the term "URL" when referring to URI;
  • Strictly, the idea of a uniform syntax for global identifiers of network-retrievable documents was the core idea of the World Wide Web. In the early times, these identifiers were variously called "document names", "Web addresses" and "Uniform Resource Locators". These names were misleading, however, because not all identifiers were locators, and even for those that were, this was not their defining characteristic. Nevertheless, by the time the RFC 1630 formally defined the term "URI" as a generic term best suited to the concept, the term "URL" had gained widespread popularity, which has continued to this day.

URI/URL syntax in brief


Every URI (and therefore every URL) begins with the scheme name that defines its namespace, purpose, and the syntax of the remaining part of the URI. Most Web-enabled programs will try to dereference a URI according to the semantics of its scheme and a context-vbn For example, a Web browser will usually dereference a https://example.org/ by performing an HTTP request to the host example.org, at the default HTTP port (see Port 80). Dereferencing URI mailto:bob@example.com will usually open a "Compose e-mail" window with the e-mail address bob@example.com in the "To" field.

"example.com" is a domain name; an IP address or other network address might be used instead.

URLs as locators


In its current strict technical meaning, a URL is a URI that, "in addition to identifying a Resource (Web), provides a means of locating the resource by describing its primary access mechanism (e.g., its network "location").

Clean URLs


"Clean" and "cruft-free" describe URLs which are:
* Not tied to technical details, such as the software used or whether the resource comes from a file or a database - so that a change in the technology will not break existing links to the resource. e.g. /cars/audi/ is preferable to /cars/audi/index.php or /myprog.jsp?page=cars/audi/.
* Not tied to internal organisational structure, such as the current editor or department that created the document - so an internal reorganisation will not cause existing links to the document to break. e.g. /recommendations/2007/xyz/ is better than /~users/jane/current-work/xyz/ or /xyz-team/recommendations/.
* Consistent with other URLs in the same site in terms of hierarchy. This is desirable so a user can see where they are in the structure of the site, and can predict where to find what they are looking for. e.g. /cars/audi/ and /cars/ford/, instead of /cars/audi/ but /ford-cars/.
* Consistent with other URLs in the same site in terms of action. This is desirable so a user can predict other, similar URLs on that site, e.g. if /blogs/andrea/feed/ shows a RSS of Andrea's blog, then appending /feed/ to any another blog on the same site should show a feed for that blog.
* A single location for a single resource. The same resource should not be available from multiple URLs, as this results in both confusion (Are they the same resource, or is one a copy of the other? Which is the 'right' one? Is one new and the other due to be removed?) and technical difficulties, e.g. counting links to a particular resource, or caching content to speed up access but not being able to show the cached content when the resource is accessed using a different URL.

An example of the difference between "clean" and "standard" URLs could be seen as:

Standard:
https://example.com/index.php?section=articles&subsection=recent

Clean:
https://example.com/articles/recent/
or
https://example.com/articles/2007/

Clean URLs with web services


Web services have been created that allow users to create short URLs which are easier to write down, remember or pass around. They are also more suitable for use where space is limited, for example in an IRC conversation, email signature, online forum or fixed width document (eg. email). A sample of current web services are provided below:
* TinyURL.com - probably the most widely used due to its memorable name.
* doiop.com - one of the early services which offers keywords as opposed to random URLs.
* dtmurl.com
* gu.ma
* notlong.com - lets you choose your own sub-domain.
* SnipURL.com (synonyms: snurl.com, snipr.com)
* shorl.com
* URLStrip.com

of third-party clean URLs


Ultimately these services hide the final destination from a web user. This can be used to unwittingly send people to sites that offend their sensibilities, or crash or compromise their computer using browser vulnerabilities. To help combat such abuse, TinyURL allows a user to set a HTTP cookie-based preference such that TinyURL stops at the TinyURL website, giving a preview of the final link, when that user clicks TinyURLs. Substituting https://preview.tinyurl.com for https://tinyurl.com in the URL is another way of stopping at a preview of the final link before clicking through to it. Opaqueness is also leveraged by spammers. Spam Spotted Using TinyURL, who can use such links in spam (mostly blog spam), bypassing URL blacklists.

Furthermore, this approach creates dependency on a third-party service that may change, go away, or maintain privacy-compromising logs of user activity indefinitely.

Address bar


URLs are typically entered into the address or location bar of a web browser. To the right is a standard Microsoft Internet Explorer address bar. Address bars may of course vary in appearance depending on which web browser it is displayed in, and which skin is in use.


<-- Previous | Home Glossary | Next -->

📖 Latest blogs mentioning URL

hostwinds.com Icon 🏆 Alexa 30,441 - 📅 - 11 Parts of a URL: A Complete Guide - A URL (Uniform Resource Locator) is made up of 11 unique parts that allow us to surf the web quickly and safely. Learn what they are and how they work?
wpoven.com Icon 🏆 Alexa 68,159 - 📅 - How to Redirect URLs using NGINX? (Temporary & Permanent) - What is redirection? Regarding Nginx, redirection is a web server function in which website traffic is moved from one URL to another. It is one of the most useful features through which you can easily redirect visitors to another location ...
🏆 Alexa 770,715 - 📅 - SmarterMail Build 8776 - Build 8776 Changed: API calls that send user@domain.tld on the URL were re-added. Changed: In Automatic Certificates, when there are 0 items selected, the options in the Actions button need to be shown but deactivated. Changed: The grid Status ...
🏆 Alexa 770,715 - 📅 - SmarterMail Build 8747 - Build 8747 IMPORTANT: All secure port bindings must be configured to use a certificate file that includes the private key. Bindings that don’t contain a private key will not function as expected and will show an “Invalid certificate” ...
webhostnepal.com Icon 🏆 Alexa 293,807 - 📅 - Elementor URL Repalcement: Crucial Steps for Smooth Development to Production Transition you need to know - So, When developing a website in a development environment and later transitioning it to the The post Elementor URL Repalcement: Crucial Steps for Smooth Development to Production Transition you need to know appeared first on WebHostNepal Blog.
natsav.com Icon 🏆 Alexa 683,105 - 📅 - How to configure FTP backup in Plesk - 1. Log into Plesk: Open your web browser and access the Plesk control panel by entering the URL provided by your hosting provider. Log in with your username and password. Navigate to Backup Manager: Once logged in, find and click on the “Backup ...
comodosslstore.com Icon 🏆 Alexa 73,700 - 📅 - How to Prevent SQL Injection Attacks in WordPress (7 Steps) - A recent SiteLock web security report indicates that 1.57% of WordPress sites have SQL injection vulnerabilities, with a notable infection rate of 1.85% for these sites. This statistic highlights the significant security risks WordPress site owners ...

📋 Latest news about URL

Do you Need URL Redirects for Your Website? - 📅 - If you haven't heard about URL Redirects yet, take a look at what this is all about and why you may want it for your website. For website owners that go through a website change and have to do business on a new URL, URL Redirects is the perfect solution for you. While it may seem like no big deal to you to have to ...
GoDaddy Launches X.CO URL Shortener - 📅 - New URL shortener provides memorable & measurable links that are easy to share. Go Daddy, a domain name registrar and hosting provider, today announced that it has launched X.CO (http://x.co), a free short URL redirection service that offers customization, rich analytics and social media integration. ...
Brinkster Launches URL Shortener - br.st - 📅 - Links are scanned when they are first submitted to be shortened, when a preview link is accessed, and when a short link is clicked on. Brinkster, a web host solution provider, announced last week that it has launched a new URL shortening service it is calling br.st, throwing its hat into an already ...
HelmTastic Offering URL Protector - 📅 - HelmTastic (helmtastic.com), an online portal offering the Helm (helm.webhostautomation.com) control panel and related hosting software, has entered into a partnership with IT Web Solutions (it-web-solutions.com) to jointly market URL Protector, a software product developed by IT Web Solutions that protects ...
Microsoft Tool Blocks URL Scam Engines - 📅 - Software giant Microsoft (microsoft.com) announced on Friday it has released Strider Search Defender, a new tool aimed at preventing Web spammers from exploiting Internet search engines to drive traffic to spam URLs, according to tech publication TechWorld. The tool identifies spam URLs that are being distributed ...