I see the example on how to register my own URI Scheme with the information available at MSDN so I could link to something like "myApp://link" and my my application would open it.
I'm looking for something similar to that, but I'm trying to keep the link with the regular http scheme.. so instead of linking to "myApp://link" I could link to "http://myappdomain.com/link" and my app should open the link instead of the default option, but only for links at my domain! This way, they can load the webpage if they don't have my app installed, or they can open a window in the app if so.
Is there any possible way to do this? Can someone point me in the right direction?
Any help is greatly appreciated!!