URL: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 7: Line 7:
* [[REST_and_Hypermedia#URL|REST and Hypermedia]]
* [[REST_and_Hypermedia#URL|REST and Hypermedia]]
* [[URI]]
* [[URI]]
* [[URN]]


=Overview=
=Overview=


An URL is a Universal Resource Locator, and it is a specific case of [[URI]].
An URL is a Universal Resource Locator, and it is a specific case of [[URI]]: it is a name of a resource that also includes a way to locate it.
 
=URL Encoding=
 
{{External|[https://www.w3schools.com/tags/ref_urlencode.asp HTML URL Encoding Reference w3schools.com]}}

Latest revision as of 19:37, 26 May 2019

External

Internal

Overview

An URL is a Universal Resource Locator, and it is a specific case of URI: it is a name of a resource that also includes a way to locate it.

URL Encoding

HTML URL Encoding Reference w3schools.com