Archived Forum Post

Index of archived forum posts

Question:

Chilkat and Fiddler

Aug 31 '12 at 11:32

Hello,

I'm using Fiddler to debug http requests but it doesn't work with Chilkat. Only solution is to use sessionlogfile?


Accepted Answer

Fiddler acts as an HTTP proxy. Therefore, your app would need to set the Chilkat HTTP property settings for HTTP proxy (so that requests are directed through Fiddler).

Go to the Fiddler site: http://www.fiddler2.com/fiddler2/ Then see this link in the 2nd paragraph: "To debug applications you've written in Java, .NET, or using WinHTTP, see this page."