[REBOL] problems with 'read
From: reboler:bol at: 21-Jan-2004 7:59
Hi Folks!,
Sorry to disturb you again..
But does anybody know how to read this url?
{http://www.scirus.com/srsapp/search?q=metadata&cn=all&t=all&co=AND&q=&cn=al
l&t=all&fdt=1930&tdt=2005&dt=all&ff=all&ds=sd&sa=all&g=a}
Well, I think the problem has to be with cookies.. because if you try to
read the same url using IExplorer.. it does handle the job..
REBOL []
a:
{http://www.scirus.com/srsapp/search?q=metadata&cn=all&t=all&co=AND&q=&cn=al
l&t=all&fdt=1930&tdt=2005&dt=all&ff=all&ds=sd&sa=all&g=a}
a: to-url a
b: read a
print b
Should it be so simple ? but it isn't.
Why RT doesn't build a full-compliant version of read that does handle
everything that a browser does ...
FYI.. using: REBOL/Core 2.5.6.3.1
Rebol Gurus, please help me.
Thanks in advance..
--DJ