Difference between revisions of "URI"
From MgmtWiki
(Created page with "==Full Title or Meme== [https://en.wikipedia.org/wiki/Uniform_Resource_Identifier Uniform Resource Identifier] URI is the term for any type of identifier (e.g., URN, [...") |
(→Context) |
||
Line 4: | Line 4: | ||
==Context== | ==Context== | ||
In order to ensure the global uniqueness of URN namespaces, their identifiers (NIDs) are required to be registered with the [[Internet Assigned Numbers Authority|IANA]]. Registered namespaces may be "formal" or "informal". | In order to ensure the global uniqueness of URN namespaces, their identifiers (NIDs) are required to be registered with the [[Internet Assigned Numbers Authority|IANA]]. Registered namespaces may be "formal" or "informal". | ||
+ | |||
+ | ==Problems== | ||
+ | New URIs may not have dedicated resources to handle then on all devices. | ||
+ | |||
+ | ==Solutions== | ||
+ | *If a new URI is proposed, the proposer needs to ensure that handlers for the URI are available. | ||
+ | *[https://msdn.microsoft.com/en-us/windows/desktop/mt228339 Handle URI activation on Windows]. | ||
==References== | ==References== |
Revision as of 14:19, 6 April 2019
Full Title or Meme
Uniform Resource Identifier URI is the term for any type of identifier (e.g., URN, URL, etc.) that identifies an abstract or physical resource. It may or may not be resolvable to a resource.
Context
In order to ensure the global uniqueness of URN namespaces, their identifiers (NIDs) are required to be registered with the IANA. Registered namespaces may be "formal" or "informal".
Problems
New URIs may not have dedicated resources to handle then on all devices.
Solutions
- If a new URI is proposed, the proposer needs to ensure that handlers for the URI are available.
- Handle URI activation on Windows.