Proxy With Authentication (General questions)
hello there,
testing the sample project (2. With Authentication)
Im able to use my proxy's ip, username and pass and get data..
but for example I put ip 72.4.162.1 then hit get and then change ip to
72.4.162.2 I still get the request with IP 72.4.162.1
how can I fix this?
Re: Proxy With Authentication
Hi Klintzer,
Are you sure that when you try getting 72.4.162.2, you aren't redirected to 72.4.162.1?
What if you try the same in IE? Is the same response given?
Can you please check it?
Regards,
Damba
Re: Proxy With Authentication
im actually using it with winsock and I have 32 ips and running proxies on all of them so i know they're working fine.. and yes they're ok on IE and firefox
Re: Proxy With Authentication
Klintzer,
Are you reffering to URL field on the form or the Server field?
Can you try disabling AutoRedirect property? Does that have effect?
Regards,
Damba
Re: Proxy With Authentication
no, In Proxy lets say you request a page with IP address 1.2.3.4
and then after 3 seconds you request a page with IP 9.8.7.4
wodHttpDLX will use the IP 1.2.3.4 again instead of 9.8.7.4
Re: Proxy With Authentication
Klintzer,
If I understood you correctly, you're saying that if I request http://www.google.com and after 3 seconds, I request http://www.microsoft.com , the component will get www.google.com instead?
I tried duplicating this, but I wasn't able to do so. What if you increase interval of Get?
Regards,
Damba
Re: Proxy With Authentication
no its not like that.
you request GET google.com with proxy = 1.2.3.4
then after 3 secs you try to request GET google.com WITH proxy = 9.8.7.5
there is the problem with wodHttpDLX. it will use 1.2.3.4 Again instead of 9.8.7.5
Re: Proxy With Authentication
Klintzer,
How exactly do you see this? Can you please make a debugfile and send it over to techsupport@weonlydo.com ?
You can make debug file by setting debugfile property to some file on your hard disk (i.e: Http1.DebugFile = C:debug.txt ).
Regards,
Damba
Re: Proxy With Authentication
im getting this error
control array element 101 doesnt exist
Re: Proxy With Authentication
ok I was able to generate debug file and find out what was the problem!! thanks for your time!