Top "Protocol-handler" questions

Protocol handler handles the well defined or custom url protocol like myprotocol://SomeFolder/SomePage

How do I create my own URL protocol? (e.g. so://...)

I have seen: http://www... ftp://blah.blah... file://blah.blah... unreal://blah.blah... mailto://blah.blah... What is that …

windows protocols protocol-handler
How to register custom program to handle mailto protocol on Windows 7

OK, it might be a problem with my system but I'm having a very difficult time getting Windows 7 to recognize …

windows registry protocol-handler
How to map a custom protocol to an application on the Mac?

I'm trying to register a custom protocol to an application on the Mac, i.e: User clicks on link with "…

macos protocols protocol-handler custom-url-protocol
How can I add a custom url handler on Windows. Like iTunes itms://

I would like telnet://blah to open putty and not the native windows telnet client. I don't even know what …

windows url shell protocol-handler
simplest cross-browser check if protocol handler is registered

When user clicks link with custom protocol (like myapp://superlink) I need either launch an app or allow user to …

javascript protocol-handler
How to quit itself in Objective-C application?

I have a URLHandler that launches some application, the main code is as follows. @implementation URLHandlerCommand - (id)performDefaultImplementation { NSString *…

objective-c protocol-handler
Open Internet Explorer from Chrome using a protocol handler (ie:url)

I've followed these steps and it doesn't work correctly for me. Custom protocol handler in chrome Basically, I don't have …

windows internet-explorer handler protocol-handler
How to register a url protocol handler in Node.js

I am developing a command line node module and would like to be able to launch it via links on …

javascript node.js cross-platform protocol-handler
Tomcat 8.5.51 - Issues with secretRequired="false"

The secretRequired="false" option added to AJP connector is server.xml. However, the connector does not start with Protocol handler …

tomcat connector ajp tomcat8.5 protocol-handler
Registering a protocol handler in Windows 8

I'm trying to register my application that will handle opening of links, e,g, http://stackoverflow.com. I need to …

windows windows-8 protocol-handler