protocol-handler Questions

2

Solved

I'm trying to set a name to my protcol handler without touching the executable, let me explain, when i register a protcol handler following this answer and I try to open it from the browser i get a...
Brader asked 3/10, 2018 at 14:42

1

I have a site that dynamically builds a mailto url which it then opens in a new tab/window, using window.open(). window.open("mailto:" + encodeURIComponent(r["to"])); I'm testi...
Burkle asked 13/11, 2021 at 4:59

3

Solved

I am developing a command line node module and would like to be able to launch it via links on a website. I want to register a custom protocol my-module:// such that links would have the following...
Amaris asked 30/8, 2013 at 13:51

7

How do i set up a custom protocol handler in chrome? Something like: myprotocol://testfile I would need this to send a request to http://example.com?query=testfile, then send the httpresponse to ...

6

When user clicks link with custom protocol (like myapp://superlink) I need either launch an app or allow user to download and run configuration app I am looking for cross-browser way to check if ...
Inhale asked 16/7, 2014 at 11:13

9

Solved

I am trying to proxy a subdirectory to another server. My httpd.conf: RewriteEngine On ProxyPreserveHost On RewriteRule .*subdir/ https://anotherserver/subdir/ [P] The problem is that Apache is ...
Borgerhout asked 29/5, 2014 at 11:11

2

Solved

The secretRequired="false" option added to AJP connector is server.xml. However, the connector does not start with Protocol handler start failed error. It is behind an Apache Server version 2.4.25....
Culpepper asked 5/3, 2020 at 19:42

3

Solved

I have both VS2015 and VS2017. When I choose "Open in Visual Studio" on GitHub I'd like to change it to use VS2017 instead of VS2015. How can I do this?

1

Solved

I made a custom protocol handler following this link. The case is I need to open a link which can only be opened in IE and might contains several query parameters and should be opened in IE from ou...

7

Solved

I've followed these steps and it doesn't work correctly for me. Custom protocol handler in chrome Basically, I don't have a custom app. I just want to create an handler to open IE with a specific ...
Promontory asked 10/11, 2016 at 15:35

3

Microsoft Office registers several protocol handlers such as ms-word, ms-excel, etc. Limited documentation is available here. I am attempting to use the Excel protocol handler to open a document pa...
Keifer asked 21/3, 2017 at 14:41

6

Solved

I'm trying to register a custom protocol to an application on the Mac, i.e: User clicks on link with "abcdef://some/url/here" An installed application is launched with the above string passed as ...
Cancan asked 23/1, 2009 at 1:49

1

I’m trying to register a protocol handler using app.setAsDefaultProtocolClient and I’ve got it working fine on macOS but on windows 10 I get a dialog saying Error launching app Unable to find El...
Batsheva asked 8/8, 2017 at 14:7

1

When I choose "Open in Visual Studio" on github, I get the following error: "Visual Studio Web Request handler could not be found" I believe this is due to the git-client protocol handler not...
Erythropoiesis asked 22/5, 2017 at 6:30

1

Solved

We register custom protocol handler for our application. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\SOFTWARE\Classes\testapp] @="URL: TestApp Protocol" "URL Protocol"="" [HKEY_CURREN...
Hardening asked 28/10, 2016 at 10:27

5

Requirement: We want to launch an external compare tool (like BeyondCompare or WinMerge) from a web page, through a button or link. The text file paths should be passed to the tool on its launch, s...
Osyth asked 18/9, 2012 at 6:50

3

Solved

I wanted to reverse proxy a web service from my tomcat server using apache web server. I have modified the httpd.conf LoadModule proxy_module modules/mod_proxy.so <Directory /> AllowOverr...
Cuomo asked 4/7, 2013 at 17:23

1

I am creating a custom protocol handler for Google Chrome on Linux. My link looks like this: <a href="myprotocol:someargument">Trigger my app with param</a> I have noticed that if 'm...
Trump asked 29/2, 2016 at 17:24

1

I have developed an application which is invoked on a button click on my website. I was using NPAPI for this task. However recently google has deprecated NPAPI so I called my application using cust...
Whitmer asked 18/8, 2015 at 5:32

1

Solved

Does Visual Studio have a Protocol Handler that includes a command to open a specific file? They have one for Git clone, as described in Announcing the GitHub Extension for Visual Studio: The O...

1

I created an application to act as a protocol handler, the registry are set up according to http://msdn.microsoft.com/en-us/library/ie/aa767914(v=vs.85).aspx Then in the webpage I have something l...
Emotional asked 13/7, 2014 at 0:17

3

I'm trying to register my application that will handle opening of links, e,g, http://stackoverflow.com. I need to do this explicitly for Windows 8, I have itworking in earlier versions of Windows. ...
Kidskin asked 26/11, 2012 at 6:46

1

Solved

How and where do I use navigator.registerProtocolHandler to make it work? . This topic suggests you can call the following function to add the custom protocol handler: navigator.registerProtocol...

1

Solved

I have a small project to handle tel: protocol links. It's a desktop application, which I'm developing using Visual Studio 2013 Community Edition. Previously, I used to register the handler with a...
Ambulant asked 2/12, 2014 at 11:40

4

Solved

I would like telnet://blah to open putty and not the native windows telnet client. I don't even know what this 'feature' is called under windows so I'm having no luck find any information about it...
Turdine asked 28/4, 2009 at 8:4

© 2022 - 2025 — McMap. All rights reserved.