Michael,
Firebug doesn't show you header information but the Web Developer
Toolkit for FireFox does. Once installed, just go to Information >
View Response Headers. Also, if you want to see what files are being
used during your ajax scripts or any header redirects,etc then
download FF's Live HT
On Sun, Sep 14, 2008 at 11:15 AM, Tom Melendez <[EMAIL PROTECTED]> wrote:
> Have you tried overwriting the header with the header() function,
> either by making it blank ("Pragma:") or with the desired value?
Hi Tom,
That sort of works. What it does is actually send blank headers to the
client li
Have you tried overwriting the header with the header() function,
either by making it blank ("Pragma:") or with the desired value?
Tom
http://www.liphp.org
On Sun, Sep 14, 2008 at 12:21 AM, justin <[EMAIL PROTECTED]> wrote:
> On Sat, Sep 13, 2008 at 11:41 PM, Michael B Allen <[EMAIL PROTECTED]> w
I want to send css and js files from a PHP script so I want to allow caching.
But PHP always sends the following headers:
Array
(
[0] => X-Powered-By: PHP/5.2.6
[1] => Expires: Thu, 19 Nov 1981 08:52:00 GMT
[2] => Cache-Control: no-store, no-cache, must-revalidate,
post-check=0, pre-c