I Would like the get the filesize of a remote file using Rebol, in a similar way to how it is done with php, by send an HTTP HEAD request. I can't find any example of how to do this in Rebol, but using the Prot-http module may be the right place to start?
i tried
read/custom URL [ HEAD "" ]
it returns "" and not header.