XData communication through proxy

Hi, is it possible to configure the TXDataClient to use a proxy?
I want to view the logs/communication in fiddler (telerik) for better debugging.
thx

sorry wrong forum, please move to right one.

TMS Sparkle uses WinHttp. You can configure the proxy for win http, this way:

http://www.telerik.com/blogs/using-fiddler-with-winhttp

in summary, just use this command line (don't forget to use netsh from syswow64 folder if you are running win32 app on windows 64 bits:

netsh winhttp set proxy 127.0.0.1:8888