Search
Results
Registering Protocol Handlers for Your Web Applications [Article] | Treehouse Blog
[https://blog.teamtreehouse.com/registering-protocol-handlers-web-applications] - - public:mzimmerm
Example of a link on my page that uses the web+tweet scheme. The “data“ populates new tweet. a href=“web+tweet:Hello%20Treehouse“>Tweet 'Hello Treehouse'< /a Clicking this link would trigger a GET request to: https://mytwitterapp.com/tweet?data=web%2Btweet%3AHello%2520Treehouse
Getting started with Custom Protocol Handlers for your web app - Microsoft Edge Blog
[https://blogs.windows.com/msedgedev/2022/01/20/getting-started-url-protocol-handlers-microsoft-edge/] - - public:mzimmerm
RegisterProtocolHandler Enhancing the Federated Web | Mozilla Web Development
[https://blog.mozilla.org/webdev/2010/07/26/registerprotocolhandler-enhancing-the-federated-web/] - - public:mzimmerm
Example explains that registerProtocolHandler allows Alice to do POST on Bob's page. So Alice can e.g. subscribe to Bob just by visiting Bob's page, without remembering details, URLs, etc
URL protocol handler registration for PWAs | Chrome for Developers
[https://developer.chrome.com/docs/web-platform/best-practices/url-protocol-handler] - - public:mzimmerm
Explains how the PWA “protocol_handlers“ manifest declaration is related to the (very similar) registerProtocolHandler
Web-based protocol handlers - Web APIs | MDN
[https://developer.mozilla.org/en-US/docs/Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers] - - public:mzimmerm