URL
A uniform resource locator (URL), colloquially known as a web address,1 is a reference to a resource on the World Wide Web. A URL specifies the location of a resource on a computer network and a mechanism for retrieving it. A URL is a specific type of Uniform Resource Identifier (URI),2[^1] although many people use the two terms interchangeably.34 A URL is most commonly used to reference a web page (HTTP/HTTPS) but is also used for file transfer (FTP), email (mailto), database access (JDBC), and many other applications.
Most web browsers display the URL of a web page above the page in an address bar. As an example of a web page URL,
https://www.example.com/index.htmlindicates protocolhttps, hostnamewww.example.com, and file nameindex.html.
Printed 2026-07-08.
(echo:: @ ᯤ)
Footnotes
-
W3C (2009). ↩
-
“Forward and Backslashes in URLs”. zzz.buzz. Archived from the original on 2018-09-04. Retrieved 2018-09-19. ↩
-
Mealling, Michael H.; Denenberg, Ray (August 2002). Report from the Joint W3C/IETF URI Planning Interest Group: Uniform Resource Identifiers (URIs), URLs, and Uniform Resource Names (URNs): Clarifications and Recommendations. Network Working Group. doi:10.17487/RFC3305. RFC 3305. Informational. ↩
-
A URL implies the means to access an indicated resource and is denoted by a protocol or an access mechanism, which is not true of every URI.^{[1]}$$^{[8]} Thus
http://www.example.comis a URL, whilewww.example.comis not. ↩