* Python <[EMAIL PROTECTED]> [060915 04:35]:
> 
> There is a Firefox extension called TamperData that allows you to
> examine and change the headers.  This extension is very handy for
> debugging these kinds of issues.  My Apache web server returns these
> headers when I request a pdf file:
> 
> Status=OK - 200
> Date=Fri, 15 Sep 2006 12:03:37 GMT
> Server=Apache/2.0.53 (Fedora)
> Last-Modified=Tue, 06 Jun 2006 16:50:30 GMT
> Etag="68061-6a29d-c70c180"
> Accept-Ranges=bytes
> Content-Length=434845
> Connection=close
> Content-Type=application/pdf
> X-Pad=avoid browser bug
> 
> The last two should be of interest to you.  I did not try to google X-
> Pad or "avoid browser bug", but google might provide more background.  
> 
> In any case, Tamper Data allows you to see what a working web site does
> to succeed.  Imitation is the sincerest form of flattery.

   thanks. that is a very helpful tool. and I'm seeing that headers are
   consistant with what I've sent.
   Good tip!
   tim
-- 
Tim Johnson <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to