On 4/11/07, Jerome Louvel <[EMAIL PROTECTED]> wrote:
Hi Alex, Your code looks fine. This may be due to a behavior from Firefox in order to prevent multiple executions of the non-idempotent POST method. I think this would work as you expect with a GET. Maybe you should consider pre-authenticating before submitting via POST?
Yes, that is in fact the case. After more testing, unless you specify the authentication information, the POST will not automatically "repost"--which makes sense. Fortunately, I built in the ability to enter username/password information in my Poster extension for firefox and all is well. Thanks! --Alex Milowski

