[REBOL] Rebol's reading of URLs
From: hallvard::ystad::helpinhand::com at: 23-Aug-2003 11:05
Hello list.
This irritates me:
>> http://www.testurl.com/cgi/something.php?css=something.css&somethingelse=17
== http://www.testurl.com/cgi/something.php?css=something.css&
Seems rebol's url scanner stops at semicolons. I tried url-encoding the url, but with
no more success:
>> http://www.testurl.com/cgi/something.php%3Fcss=something.css%26amp;somethingelse=17
== http://www.testurl.com/cgi/something.php?css=something.css&
Is this ment to be so? Holger?
Hallvard