web services - Delphi XE6 - SOAP built with 'USE_INDY' connecting to a webservice over a proxy issue -
i have application connects webservice using thttprio component. webservice has basic authentication. i've compiled delphi soap units using 'use_indy' directive in order thttprio component use winhttp.
now need through proxy webservice. looking soap.soaphttptrans unit i've fixed bugs, not know how should set thttprio component through proxy.
i've tried set proxy property of httprio.httpwebnode.proxy string like:
http://user:pass@ip:port
but 407 unauthorized
error....
proxy application ccproxy.
Comments
Post a Comment