From: soniade on
Hi, i have a problem, i need to download a file from a web. The problem is that
the server redirections to another web and when Director try to download the
file, crash because the file is in the other direction.
How can i access to the final link??
http://www.direction1.com/file ----> http://www.direction2.com/8457ABC487/file
I use downLoadNetThing(http://www.direction1.com/file)
if I write the direction1 in a browser, the browser resolve the direction 2,
but i can?t know it in director.

Thanks.


From: Sean Wilson on
As you've seen, regular netLingo is stumped by redirects. You could try
poking around with Valentin Schmidt's http class:
<http://dasdeck.de/staff/valentin/lingo/http_class/>