Jacek
Jacek

Reputation: 12053

Own protocol in browser

I try to implement WebClientPrinter by Neodynamic. This library makes request by this format:

webclientprint:http://localhost:1294/wcp.axd?sid=cm50pdi0tyfsm0feejnzjtsk&wcppping

it is similar to this notation.

javascript: method()

My question is why browser know what to do with this protocol?

Upvotes: 1

Views: 99

Answers (1)

Jacek
Jacek

Reputation: 12053

I find information about it, I hope it could be interesting to someone.

http://www.codeproject.com/Articles/332206/Custom-URL-Protocol-for-Invoking-Application

Upvotes: 0

Related Questions