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....

enter image description here

proxy application ccproxy.


Comments

Popular posts from this blog

c++ - QTextObjectInterface with Qml TextEdit (QQuickTextEdit) -

javascript - angular ng-required radio button not toggling required off in firefox 33, OK in chrome -

xcode - Swift Playground - Files are not readable -