There's no way I know of whereby I can view LJ's buglist.cgi's page headers within Safari. The first few lines in buglist.cgi file it downloads however seem to show extra headers before the actual page content:
--thisrandomstring
Content-Type: text/html
<!-- 1.0@bugzilla.org -->
I see
--thisrandomstring
a lot throughout the file that Safari downloads.By comparison, running
lynx -mime_header
on an example LJ buglist.cgi URL returns the following headers:HTTP/1.0 200 OK
Date: Mon, 26 May 2003 13:57:58 GMT
Content-Type: text/html; charset=iso-8859-1
Server: Apache/1.3.26 (Unix) Debian GNU/Linux
Content-Disposition: inline; filename=bugs-2003-05-26.html
Set-Cookie: BUGLIST=598:628:722:757:474:127:895:152:3 29:417:600:158:751:790:380:9
89:997:513:1010:941:559:858:955:826:884 ; path=/; expires=Sun, 30-Jun-2029 00:00:
00 GMT
Via: 1.1 anchor-cache-01 (NetCache NetApp/5.3.1R2)
<!-- 1.0@bugzilla.org -->
Safari has no such problems accessing bugzilla.mozilla.org/buglist.cgi. Is there something special about LJ's zilla that would result in
--thisrandomstring
?