hi all
how can i commpunicate with tor network in delphi
i want to use tor network for my IDHTTP1 operations
is it possible ?
if yes can any one help me
regards :)
hi all
how can i commpunicate with tor network in delphi
i want to use tor network for my IDHTTP1 operations
is it possible ?
if yes can any one help me
regards :)
tor is a SOCKS proxy, so you should be able to follow the SOCKS answer from the INDY Faq:
indy 10:
IOHandler
such as TIdIOHandlerStack
or SSL IOHandler
and assign the TCPClient.IOHandler
property this. TIdSocksInfo
object and assign it to the IOHandler
's TransparentProxy
property.TIdSocksInfo
properties as required.TIdCustomTransparentProxy
such as TIdSocksInfo
for another socks Proxy or a TIdConnectThroughHttpProxy
for a HTTP Tunneling proxy.