in reply to Re: •Re: $ENV{HTTP_REFERER} Problem on a Windows Client
in thread $ENV{HTTP_REFERER} Problem on a Windows Client

To avoid replay attacks, use my "one click" processing technique. That'll also verify that it was a fresh form submission, and not forged from somewhere else.

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.

  • Comment on •Re: Re: •Re: $ENV{HTTP_REFERER} Problem on a Windows Client

Replies are listed 'Best First'.
Re: •Re: Re: •Re: $ENV{HTTP_REFERER} Problem on a Windows Client
by soon_j (Scribe) on May 24, 2004 at 12:43 UTC
    Thanks! It's an excellent article.