Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Site requiring authorization

From: chalz:earthlink at: 13-Jun-2002 0:12

Greetings folks. I try downloading a file through HTTP from REBOL/Core. Thing is, I get a 401 auth required error. How can I get around this? When I grab the file with IE, it pops up a dialog box asking for user and password. In my case, the user is the email address. For instance: user: [me--site--dom] pwd: fubar file: http://www.site.dom/file.bin So I want to write/binary %somedir/data.bin read/binary file .. but get 401. Any info folks? Thanks! --Charles