[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