in reply to HTTP Attachment Header

Why not look (using Wireshark) what Google sends? Then just replicate that and you're set?

Replies are listed 'Best First'.
Re^2: HTTP Attachment Header
by Rodster001 (Pilgrim) on Jan 16, 2009 at 20:51 UTC
    Thanks Corion, your suggestion pointed me in the right direction.

    I compared the two response headers (my test and Google's) and there were additional headers being sent by the web server I was using (that were not in the script).

    Apache's config file had several "header set" directives added to prevent cacheing (that I was unaware of). I'm glad the problem is solved, but I was barking up the wrong tree! If I hadn't looked at the headers the way you suggested... well, I'd probably still be pulling my hair out!

    At any rate, thanks for the help! Cheers!

      if you make it nph, apache won't add headers
Re^2: HTTP Attachment Header
by Rodster001 (Pilgrim) on Jan 16, 2009 at 19:50 UTC
    Something like this would probably do the trick. But their download links (http://www.wireshark.org/downloads/win32/wireshark-setup-1.0.5.exe) are broken. Do you know of any other good network protocol analyzers?

    Update: Found it on Sourceforge... I'll post my results in a bit. Thanks!