URI: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 3: Line 3:
*  Uniform Resource Identifier (URI): Generic Syntax https://tools.ietf.org/html/rfc3986  
*  Uniform Resource Identifier (URI): Generic Syntax https://tools.ietf.org/html/rfc3986  
* URI Template https://tools.ietf.org/html/rfc6570
* URI Template https://tools.ietf.org/html/rfc6570
* Format for Literal IPv6 Addresses in URLs http://www.ietf.org/rfc/rfc2732.txt
* https://danielmiessler.com/study/url-uri/
* https://danielmiessler.com/study/url-uri/



Revision as of 22:57, 26 February 2019

External

Internal

Overview

A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource. An URI can be a URL or an URN. When in doubt on whether to use URI, URL or URN, use URI, which includes all of them.