in reply to CGI::Application header problem
Look at what headers actually get sent, via Mozilla Live HTTP Headers for example, and via telnet your.host 80, and by running your script from the command line.
Maybe you get/got a cached page, and something else broke your application?
If you have automated tests, these will spot if something like this happens as they do not use caching.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CGI::Application header problem
by morgon (Priest) on Dec 27, 2010 at 19:13 UTC | |
by Corion (Patriarch) on Dec 27, 2010 at 19:19 UTC |