Forum Moderators: DixonJones
195.X18.110.203. Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 Firebird/0.7 Stumbl
Referred by http://(url deleted)
12:07:34:GET /seedbook.php (4441 bytes)
12:07:55:HEAD /seed-organizer.zip (0 bytes)
12:08:03:GET /seed-organizer.zip (32872 bytes)
12:09:04:GET /garden.php (5778 bytes)
[edited by: DaveAtIFG at 10:21 pm (utc) on Mar. 18, 2004]
[edit reason] IP obscured [/edit]
I believe HEAD returns a last modified date as part of it's response. A HEAD request does not return the page, just information about the page. If a cached version cannot be used, the request is usually followed by a GET request for the same url.
Useful information Firebird can get from HEAD includes the MIME type of what it's downloading and the file size. This information would be useful when it throws up a "save as..." dialog.
A quick test with Mozilla 1.6 (also Gecko based) is that it sends a HEAD request when I right click and select "save link target as". I expect that's what this user did, instead of just following the link.
Jon.