Anyone know how I can log or view the http headers that Zope sends when it responds to a http request? Tim McLaughlin
Tim McLaughlin wrote:
Anyone know how I can log or view the http headers that Zope sends when it responds to a http request?
Take a look at tcpwatch: http://www.zope.org/Members/hathawsh/tcpwatch -- Steve Alexander Software Engineer Cat-Box limited http://www.cat-box.net
Another you might consider (though Shane's is great, but required Tkinter, which not everybody (me!) has really easy accesss to... ) is the more browser based, but less flexible: http://www.cyberclip.com/webdebug/ -steve
"SA" == Steve Alexander <steve@cat-box.net> writes:
SA> Tim McLaughlin wrote: >> Anyone know how I can log or view the http headers that Zope >> sends when it responds to a http request? SA> Take a look at tcpwatch: SA> http://www.zope.org/Members/hathawsh/tcpwatch SA> -- Steve Alexander Software Engineer Cat-Box limited SA> http://www.cat-box.net SA> _______________________________________________ Zope-Dev SA> maillist - Zope-Dev@zope.org SA> http://lists.zope.org/mailman/listinfo/zope-dev ** No cross SA> posts or HTML encoding! ** (Related lists - SA> http://lists.zope.org/mailman/listinfo/zope-announce SA> http://lists.zope.org/mailman/listinfo/zope )
Steve Spicklemire wrote:
Another you might consider (though Shane's is great, but required Tkinter, which not everybody (me!) has really easy accesss to... ) is the more browser based, but less flexible:
Ooh, that's a good idea. I bet it could take the place of tcpwatch if it used frames. And I wonder whether it tries to support other TCP protocols. Shane
participants (4)
-
Shane Hathaway -
Steve Alexander -
Steve Spicklemire -
Tim McLaughlin