-
Notifications
You must be signed in to change notification settings - Fork 6
uniform resource locator
Henk van Cann edited this page Jul 7, 2023
·
1 revision
A Uniform Resource Locator (URL), colloquially termed a web address, is a reference to a web resource that specifies its location on a computer network and a mechanism for retrieving it.
A URL is a specific type of Uniform Resource Identifier (URI),although many people use the two terms interchangeably. URLs occur most commonly to reference web pages (HTTP) but are also used for file transfer (FTP), email (mailto), database access (JDBC), and many other applications.
More on source Wikipedia