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.
FiddlerCore is a . NET class library you can integrate into your . NET applications. FiddlerCore allows you to capture and modify HTTP and HTTPS traffic just like Fiddler, without any of the Fiddler UI.
Another benefit of using Wireshark over Fiddler is that Wireshark is open source. While Fiddler is freeware, meaning you can use it for free, Wireshark allows you to browse and modify the source code to better fit your needs, giving you more flexibility.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With