WebCURA Help

Glossary

Uniform Resource Locator (URL)


Every URI (and therefore every URL) begins with the scheme name that defines its namespace, purpose, and the syntax of the remaining part of the URI. Most Web-enabled programs will try to dereference a URI according to the semantics of its scheme and a context-vbn For example, a Web browser will usually dereference a http://example.org/ by performing an HTTP request to the host example.org, at the default HTTP port. Dereferencing the URI mailto:bob@example.com will usually open a "Compose e-mail" window with the address bob@example.com in the "To" field.