Handling Custom Protocols

Posted by nomad311 on Stack Overflow See other posts from Stack Overflow or by nomad311
Published on 2010-03-23T20:41:53Z Indexed on 2010/03/23 20:43 UTC
Read the original article Hit count: 286

Filed under:

I'm looking to respond to an event from a web browser, hopefully any web browser. I'm working solely on windows and I came to the conclusion a custom protocol (I.E. myprot://collection/of/strings) is the best approach here (any objections?). But, handling an instance of this protocol seems to be a little less straight-forward. All I need is that collection of strings auto-magically passed to my already running application! (the app will only respond to these links while in a specific waiting state)

So answer me this, if you can, Whats the 'popular' method of handling them or better yet Whats the 'best' (subjective - I know) way to do it?

Although your answers don't need to be specific to my language, I am using Delphi for development.

Thanks!

© Stack Overflow or respective owner

Related posts about custom-protocol