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

[REBOL] Re: url restrictions

From: ingo:2b1 at: 16-Jan-2005 12:33

Hi Janeks, I don't know the restrictions on url!s, but I know what zou could do about it, use it like this ...
>> read to url! "http://127.0.0.1/cgi-..."
that is, use a string and convert it explicitly to an url. I hope that helps, Ingo