Difference between revisions of "Protocol Handler"

From MgmtWiki
Jump to: navigation, search
(Context)
(PWA)
Line 13: Line 13:
  
 
===PWA===
 
===PWA===
* [https://web.dev/pwa-url-handler/ PWAs as URL Handlers] for the web.dev web page
+
* [https://web.dev/pwa-url-handler/ PWAs as URL Handlers] for the web.dev web page 2021-01-29 report by  Thomas Steiner.
 
* [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
  
 
==References==
 
==References==

Revision as of 17:53, 1 August 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.

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.

Android


PWA

References