1

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?

Jacek
  • 11,661
  • 23
  • 69
  • 123

1 Answers1

0

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

Jacek
  • 11,661
  • 23
  • 69
  • 123