in reply to Re: Re: print and redirect
in thread print and redirect

In general I would say no, avoid http-equiv headers if you can modify the real http headers.

However, it depends why you are redirecting, using http-equiv headers gives you the ability to include javascript etc. Using the 'real' http headers gives proxies a better chance of understanding what you're doing, and theoretically they could read the http header and prepare the redirect before the browser asked for it. I have no idea if this actually happens.

I beleive that the w3 position is to avoid http-equiv headers.

(Did I understand your question correctly??)

Replies are listed 'Best First'.
Re: Re: Re: Re: print and redirect
by costas (Scribe) on Apr 11, 2001 at 12:56 UTC
    Yes you understood fine, I will now try to include the redirect and cookie in the HTTP header itself