Quantcast
Channel: Ignite Realtime : Discussion List - All Communities
Viewing all articles
Browse latest Browse all 10742

Custom URL Handlers

$
0
0

I'm considering creating a custom url handler for an in house application used by my employer.  In testing I've setup the protocol magic, which Spark correctly identifies.  When I send something like

 

magic://workflow?thread=1234

 

in a chat window it will show up as a link in the conversation window.  The problem is when I click the link I'm sent to http://magic//workflow?thread=1234 in my default browser and not to my application.

 

I'm assuming my handler is correctly setup since I can launch my app through a shortcut on my desktop, through a link in a webpage, and even by invoking [System.Diagnostics.Process]::start() in powershell.

 

Edit: 

I used the technique found http://cstruter.com/blog/279 to setup my handler.


Viewing all articles
Browse latest Browse all 10742

Trending Articles