Chipp,

thank you very much for the reply! I am investigating what type of damn-proxy I am dealing with, but I think it uses no auth, for the students have no login and the explorer shows no auth...

I am receiving weird errors, in some machines it work fine, others it receives old data... I must go on site and see with my eyes, now, all I have is their tech on the phone line screaming, I will be there in couple days, then I'll see what I am dealing with.

Thanks
andre


On Aug 9, 2004, at 7:58 PM, Chipp Walters wrote:

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
--
Andre Alves Garzia  2004  BRAZIL
http://studio.soapdog.org

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

Reply via email to