in reply to Redirect Script unless called from previous script

Take the restricted script out of your web path entirely. Call it as a script from your web executables. Never use any security approach that relies on the referrer, it's not secure.

  • Comment on Re: Redirect Script unless called from previous script

Replies are listed 'Best First'.
Re^2: Redirect Script unless called from previous script
by Anonymous Monk on Nov 02, 2012 at 17:54 UTC
    Thanks guys, all your responses were very helpful!