[REBOL] Re: ! in URLs, and inserting strings in bitsets
From: dhsunanda:gmai:l at: 30-Mar-2010 19:45
Gregg:
> I just needed to read a url that has a ! in it, which I guess I've
> never done before, because it doesn't work. e.g.
>
> http://www.nzwebz.co.nz/directory.php?webz=search&%3Bsearch_for=yahoo!xtra Pro Mail
>
Not answering your question, but offering a workaround: you could try
escaping the ! to %21
print read to-url
http://www.nzwebz.co.nz/directory.php?webz=search&search_for=yahoo%21xtra
Pro Mail
Sunanda.