0
write %test.zip read/binary https://sourceforge.net/projects/agena/files/latest/download?source=directory?SetFreedomCookie

doesn't download the file because there is a redirect. Is there a way to tell to follow redirect before reading ?

user310291
  • 36,946
  • 82
  • 271
  • 487
  • 2
    Red's READ does follow redirects, but doesn't appear to do so correctly in this instance. You could use CURL via CALL using the `-L` flag to follow the redirect. – rgchris Oct 30 '17 at 20:45
  • @rgchris I tried to do so but something must be missing in my syntax https://stackoverflow.com/questions/47041154/call-curl-from-rebol-or-red-doesnt-work – user310291 Oct 31 '17 at 17:23

0 Answers0