i test my c/s app in my LAN,
my task is next: client must connect to the server, client and server running on socket 127.0.0.1:10000,
i try to make client connection by this way:
1) client connects ->
2) authorization on proxy server
3) proxy - > server
i must to connect to the server app which is running on my pc (127.0.0.1) trough proxy....
i uncheck ie checkbox "bypass proxy server for local...."
in TIdHTTP client i setup up proxy
ip, user, password,
but tIdHTTP event onproxy authorization dont want to work, ?????