I am trying
to create a very basic read some http
request/response codes program using the fiddler core library for c# .net v.
4.5.2 . There are plenty of good code examples and I managed to read the
required status codes using the Chrome browser. But I can’t do it in IE 11 (The AfterSessionComplete event is not called or called very rarely). The website
is plain HTTP so no need for any certificates or such. Checking Internet
explorer LAN setting shows that it is using fiddler proxy with my preset port
9999. Sadly the Logstring and Notification event don’t provide any output. Any
tips or tricks to try out would be appreciated.