12

I am developing an application in which I am monitoring the Internet traffic (using Fiddler Core) and if the the application finds the the URL not trust worthy then it do not let the user visit it.

Now as per Fiddler License and agreement I will not be able to use the fiddler core library.

Please suggest some other library or some code that can help me to monitor the internet traffic and blocking it if the URL is malicious.

halfer
  • 18,701
  • 13
  • 79
  • 158
Vikas Bansal
  • 8,685
  • 14
  • 51
  • 84

1 Answers1

14

Finally, I found the solution. There is an open source project on Github named Titanium that helped me to achieve what I was trying to achieve from Fiddler core :P Github project Titanium

Vikas Bansal
  • 8,685
  • 14
  • 51
  • 84