URL: Difference between revisions

From WikiMD's Wellness Encyclopedia

CSV import
No edit summary
 
(One intermediate revision by the same user not shown)
Line 32: Line 32:
[[Category:Web technology]]
[[Category:Web technology]]
{{Internet-stub}}
{{Internet-stub}}
__NOINDEX__
 
{{No image}}
{{No image}}

Latest revision as of 13:23, 18 March 2025

URL

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. URLs are used to retrieve web pages, image files, video files, and other types of digital content.

Overview[edit]

URLs occur most commonly to reference web pages, but are also used for file transfer, email, database access, and many other applications. A URL is technically a type of Uniform Resource Identifier (URI), but in many technical documents and verbal discussions, URL is often used as a synonym for URI, and this is not considered a problem.

Syntax[edit]

A URL has the following format: scheme:[//[user:password@]host[:port]][/]path[?query][#fragment]

Here the scheme specifies the Internet protocol (such as http or ftp). The host specifies the IP address or domain name where the resource is located. The path specifies the specific resource in the host that the web client wants to access. For example, in the URL http://www.example.com/index.html, 'http' is the scheme, 'www.example.com' is the host, and 'index.html' is the path.

History[edit]

The concept of a URL was first defined by Tim Berners-Lee and the World Wide Web Consortium (W3C) in 1994. It was a key innovation that made the World Wide Web possible. Before the introduction of URLs, web resources were accessed by their IP address, which was less user-friendly and less flexible.

See also[edit]

References[edit]

<references group="" responsive="1"></references>

Stub icon
   This article is a Internet-related stub. You can help WikiMD by expanding it!