Andre,

1) Do you know what type of authentication your proxy server is using?
2) Are you 'not connecting' or just getting empty data back?

If you're getting empty data back you might try:

repeat 5 times
  get URL "http://myandre.com/test.htm";
  if it is not empty then
     answer "Got it!: " & it
  end if
end repeat

sometimes it takes a couple trys to get through some firewalls/proxy servers. I've used this successfully on high latency proxy servers.

If you find out you're using Basic Authentication, then Dave Cragg has a new version of libURL which supports both Basic and NTLM authentication. If you need the NTLM authentication, then contact me offlist and I'll send you a NTLM.dll external.

best,

Chipp
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to