URL: Difference between revisions

Jump to navigation Jump to search
267 bytes added ,  2 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
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).
== 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

Navigation menu