You are not logged in.
Announcement
Unanswered posts
|
Pages: 1
I am using TOS-DI 5.0.2 and I am trying to make multiple calls (from row iterations) to an HTTP GET which requires a proxy. Somehow, my first 2 or 3 rows get Access Denied Exception and then the remaining rows are successful.
I tried to make a phoney proxy call to get it "up" but to no avail. Is there a way to overcome this initial latency of the proxy call?
Cheers, JP
Offline
Do you try to indicate proxy in your .ini file ?
-Dhttp.proxyHost=XXX.XXX.XXX.XXX
-Dhttp.proxyPort=8080
-Dhttp.noProxyHosts=”127.0.0.1,localhost”
-Dhttp.proxyUser=login
-Dhttp.proxyPassword=password
-Dhttps.proxyHost=XXX.XXX.XXX.XXX
-Dhttps.proxyPort=8080
-Dhttps.noProxyHosts=”127.0.0.1,localhost"
-Dhttps.proxyUser=login
-Dhttps.proxyPassword=password
Offline
I am actually dealing with multiple web services calls and GET HTTP using different proxies. what .ini file are you referring to and how could that solve the deleyed response from proxy? cheers, JP
Offline
Pages: 1