Questions tagged [protocol-handler]

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

The protocol handler can be registred by application like email client, torrent application, skype application and thus the application can be open from web by clicking on the link.

89 questions
0
votes
0 answers

How do I open an external application in Firefox without stopping active requests

My web application needs to get some data from the server and also open an external application via its protocol handler. Unfortunately it doesn't work anymore in recent versions of Firefox. It seems that as soon as the document location is changed,…
user2543253
  • 2,143
  • 19
  • 20
0
votes
1 answer

How to return HTML from an external protocol handler in Firefox?

I have an external protocol handler set in about:config as network.protocol-handler.app.myproto=/myapp.exe. I want myapp.exe to return an HTML to Firefox, which should be exhibited just like a webpage is. Is it possible?
Contaso
  • 52
  • 6
0
votes
1 answer

Remove Protocol-Handler from path in cmd

I have a Protocol-Handler for our CRM which is like: "auftragmcc:123456?sven" So if you press on the link, it opens our Invoice-Software with the current invoice (123456) and the correct user (sven). Since we've changed something in the code of the…
spacesven
  • 15
  • 3
0
votes
0 answers

Web Page communication to local secure application

I have a web page (running under https://) that needs to pass information to a local (signed) application. I need this to be able to run under Chrome, IE, Firefox and Opera on both windows and mac. The application cannot connect to the web server…
Dan Corrin
  • 13
  • 5
0
votes
3 answers

Internet Explorer or Edge:- How To display the warning that appear if you open Custom Protocol Handler again

When i click on a custom link such as foo:\ , and there is already a registered protocol handler on windows machine, Internet explorer or Edge display a warning before allowing user to run the custom protocol handler, but if the user select to not…
0
votes
1 answer

Determine HTTP Protocol Version in ASHX Handler

Is it possible to determine the HTTP protocol version (e.g. 1.0 vs. 1.1) used for a request within a .ashx handler? I can see all of the header information except for the version in Request.Params. If not, what avenues are available to discover the…
Eric J.
  • 147,927
  • 63
  • 340
  • 553
0
votes
0 answers

how to implement protocols like mailto: or file:?

this relates to this question: Custom URI scheme removes spaces before the "hashtag sign" (#) I have a custom application, which i require to register to a protocol and open it via arguments. i've implemented it using:…
ArielB
  • 1,184
  • 2
  • 11
  • 36
0
votes
1 answer

Browser highlight support for my very own protocol handler

I'm using a class to register my protocol, lets say lorem: to operating system. Its working perfect but I would like to do couple of things. I want to create something like Skype Click to Call. People will share uri's like lorem://12345678 and when…
0
votes
1 answer

Using a custom protocol with XMLHttpRequest in a Firefox add-on

I've created an addon that defines a custom protocol; blabla: for now blabla:*** just redirects to google.com - this works fine. However, I want to execute a XMLHttpRequest to get the real URL it should redirect to. But from the moment I add this 1…
user429620
0
votes
1 answer

c# Open Windows 8 Application by url posted on facebook

I'm creating a Metro Application that allows you to share some content. At this moment It's possible to share an url (e.g http//www.stackoverflow.com) on facebook. What I actually want is to invite people (through facebook) to click on the shared…
user1951083
  • 261
  • 1
  • 5
  • 20
0
votes
1 answer

Firefox XPCOM extension not working after installation (C++)

I have implemented a protocol handler extension in C++ using Gecko SDK. When the dll is copied to C:\Program Files (x86)\Mozilla Firefox\components every thing works perfectly. But when the the same dll is used to create .xpi installation file, the…
reevh
  • 735
  • 2
  • 8
  • 20
0
votes
1 answer

Error compiling sample firefox protocol hander gecko SDK 3.6

I get the following error while trying to compile a sample implementation of firefox protocol handler. I am using Gecko SDK 3.6, Visual Studio 2010 on Windows Vista. I think the sample is very old and was not build using version 3.6 of the…
reevh
  • 735
  • 2
  • 8
  • 20
-1
votes
1 answer

Open a .docx document using desktop word

We get .docx documents from a backend server. The users downloads them to their local machine, edits them jusing MS Word/Excel/... and uploads them back. Is it possible to make angular open the installed Word and register when the user saves the…
M364M4N cro
  • 680
  • 2
  • 10
  • 23
1 2 3 4 5
6