Hello Mike,

Tuesday, January 13, 2004, 5:31:47 PM, you wrote:

MR> That's what I kind of thought, but this is a case where the browser is
MR> opening the image directly - there is no html code or placement in an html
MR> page.

It doesn't matter, it's still being served via HTTP and that's what
you're trying to emulate. Here is a typical (real live) image request
as seen from a browser:

HTTP/1.1 200 OK
Date: Tue, 13 Jan 2004 17:54:28 GMT
Server: Apache/1.3.26 (Unix)
Last-Modified: Mon, 31 Mar 2003 23:40:00 GMT
ETag: "64060d-18b4-3e88d1d0"
Accept-Ranges: bytes
Content-Length: 6324
Content-Type: image/gif

The image in question was actually:
http://tucows.easynet.net/images/logo.gif

Just happened to be on that page at the time :)

-- 
Best regards,
 Richard                            mailto:[EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to