Can anyone help me about my project?I'm trying to create an application using c# that will capture the Active URL of a browser and then scan it to a database for comparison. My 1st approach is to create a javascript addon that will get/capture the url, but the problem is that I don't know how to send the captured data such as the url to my C# app..

Thanks guys..

link|improve this question
Which browser are you targeting? – M.Babcock Jan 14 at 2:58
Mozilla Firefox and Google chrome – user1148830 Jan 14 at 4:32
feedback

1 Answer

While I'm not intimently familiar with Browser addin development, based on this Google Chrome documentation why wouldn't you be able to host a HttpWebListener from your C# app and connect to it using XHR?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.