URI - Authority (User /Host / Port )

About

This page is about the authority part of an URI 1)

Syntax

The authority component of a hierarchical URI is, if specified, either:

server-based

A server-based authority parses according to the familiar syntax

[user-info@]host[:port] 

where:

  • the characters @ and : stand for themselves.
  • user-info is optional and defines the credential (or the scope)
  • host and port defines a endpoint (host)

registry-based

Nearly all URI schemes currently in use are server-based. An authority component that does not parse in this way is considered to be registry-based.





Discover More
Undraw File Manager Re Ms29
File - File System (filesystem)

A file system (often also written as filesystem) is an application that stores and organizes files and their data (content). Essentially, it organizes these files for storage, organization, manipulation,...
HTTP - Port (80, 443)

The HTTP request are routed to the destination server defined by the host and port of the request URL authority. If the port is not defined, the default ports are: 80 for the http scheme 443 for...
Map Of Internet 1973
Network - Endpoint (Network Location)

An endpoint is the final address of a service defined by: a host and a port number. In the web, the endpoint is commonly referred as the host but in the network community, a host is just a server....
URI - Host

In a uri, a host is a subcomponent of authority It's identified by: an IP literal encapsulated within square brackets, an IPv4 address in dotted-decimal form, or a registered name.
URI - Path

The path component of an URI locates a resource inside a service identified by its authority. The path component of a hierarchical URI is itself said to be absolute if it begins with a slash character...
Browser Scripts Classed By Origin
Web Resource - Origin

The origin is a property of a resource that is used as the scope of privilege for scripts used by user agents (browser) The origin is calculated and set by the browser (ie client) on each resource from...
Web Resource - Scheme

A scheme is the first part of an URI. It refers to a network protocol (called also specification) that should be used to communicate with the service defines in the authority part of the URL The scheme...
Web Security - Cross-site scripting (XSS)

cross-site scripting (XSS) is a injection security vulnerability that happens when external javascript code is injected in the page via user input. Injected JavaScript can then steal authentication tokens...



Share this page:
Follow us:
Task Runner