[plt-scheme] Problem with Post-Redirect-Get in FireFox

From: YC (yinso.chen at gmail.com)
Date: Wed Aug 8 19:29:09 EDT 2007

Hi Jens -

funny that I just came across an article describing about these headers.

http://www.theserverside.com/tt/articles/article.tss?l=RedirectAfterPost

You will see it about 80% down the page.

Cheers,
yc

On 8/8/07, Jens Axel Søgaard <jensaxel at soegaard.net> wrote:
>
> After adding the following headers, FireFox behaves normal again.
>
>    (make-header #"Pragma" #"No-cache")
>    (make-header #"Cache-Control" #"no-cache")
>    (make-header #"Expires" #"1")
>
> But I still don't understand why these are necessary.
>
> --
> Jens Axel Søgaard
>
>
> _________________________________________________
>   For list-related administrative tasks:
>   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20070808/0c39c7ea/attachment.html>

Posted on the users mailing list.