You are not logged in.
Pages: 1
How do I get TSQLHttpClient requests to show up in Fiddler?
In a similar question at stackoverflow about Indy the answer was:
lHTTP.ProxyParams.ProxyServer := '127.0.0.1';
lHTTP.ProxyParams.ProxyPort := 8888;
Offline
in client code, just replace server address- "localhost" with "ipv4.fiddler", then fiddler will capture loopback packet
Offline
Pages: 1