I wanted to create a simple proxy for my localhost (xampp). I looked at IdHTTPProxyServer, but there is no example how to use it.
My intention is to track my application's Post / Get request at runtime, like a debugger.
my application will send / receive through localhost: 8080, and then my proxy will be served as a bridge to localhost: 80
any suggestion or example?
I am using D2009, D2010 must support Unicode.
Thanks in advance.
source share