URL: Difference between revisions

Jump to navigation Jump to search
400 bytes added ,  3 December 2020
no edit summary
(Created page with "A Uniform Resource Locator (URL) is a string instrucing a client how to request a specific resource. They always consist of a scheme (like https) and a scheme specific par...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
A Uniform Resource Locator (URL) is a string instrucing a client how to request a specific [[resource]]. They always consist of a scheme (like https) and a scheme specific part (like //www.example.com).
A Uniform Resource Locator (URL) is a string instrucing a client how to request a specific [[resource]]. They always consist of a scheme (like https) and a scheme specific part (like //www.example.com).
The format of a URL is standardized in [https://tools.ietf.org/html/rfc1738 rfc1738].
== Uniform Resource Identifiers ==
The term URL and URI are often confused for each other. A Universal Resource Locator has enough information for a client to actually get the resource. This is not always true for a URI. An example of a URI is:
urn:isbn:0131103628
[[Category: Terminology]]
[[Category: RFCs]]

Navigation menu