Difference between revisions of "Protocol Handler"

From MgmtWiki
Jump to: navigation, search
(Existing Providers)
(Solutions)
Line 63: Line 63:
 
* [https://web.dev/url-protocol-handler/ URL protocol handler registration for PWAs] a GitHub repository from Thomas Steiner.
 
* [https://web.dev/url-protocol-handler/ URL protocol handler registration for PWAs] a GitHub repository from Thomas Steiner.
 
* [https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/URLProtocolHandler/explainer.md github site] which should have current data on the progress
 
* [https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/main/URLProtocolHandler/explainer.md github site] which should have current data on the progress
 +
 +
===Windows===
 +
* [https://docs.microsoft.com/en-us/previous-versions/windows/internet-explorer/ie-developer/platform-apis/aa767914(v=vs.85) Registering an Application to a URI Scheme] 2016-07-13
  
 
==References==
 
==References==

Revision as of 16:23, 17 November 2021

Full Title

Protocol Handlers are models that can be added to a user's computer to extend the range of protocols that can be handled by that computer.

Context

The scope of this wiki is focused on Protocol Handlers that process Identifiers and Authentication, but might involve payment procols as well.

Existing Providers

These are the providers registered as of 201x

name Location Cat Recent News
bitcoin"
"geo"
"im"
"irc"
"ircs"
"magnet"
"mailto"
"mms"
"news"
"openpgp4fpr"
"sip"
"sms",
"smsto",
"ssh",
"tel",
"urn",
"webcal",
"wtai",
"xmpp"

Solutions

These solutions are directed primarily to Smartphones, although uses on desktop computers are also considered. Originally all protocol handlers were written in native code for the operating system and installed by the user.

Chromium

Was a topic in BlinkOn 15 2021-11-17 now on YouTube

PWA

Windows

References