[REBOL] Re: URL error question...
From: chris:ross-gill at: 4-May-2003 22:27
Hi Dick,
http://www.ellisislandrecords.org/cgi-bin/tif2gif.exe?T=g:\T715-0087\T715-00
870120.TIF&S=.5
I think it is to do with escaping characters in the query that otherwise
gives the url parser problems. One solution would be to use a port spec
instead of a url to bypass the parser (below).
- Chris
--
REBOL []
page: [
scheme: 'http
host: "www.ellisislandrecords.org"
path: "cgi-bin/"
target: "tif2gif.exe?T=g:\T715-0087\T715-00870120.TIF&S=.5"
]
a: read/binary page