I'm looking for a way to make AOLserver proxy requests for certain binary files to another server behind a firewall. _ns_http_read doesn't seem to handle binary data very well, and I would also rather not store data in a buffer before returning it the way util_httpget does.
Has anyone had any luck just piping the data stream (mime type and all) from an HTTP GET straight to the connection?