Jump to content

ANS - Verification Hash not working?


JustinMichael Torok
 Share

You are about to reply to a thread that has been inactive for 3784 days.

Please take a moment to consider if this thread is worth bumping.

Recommended Posts

My ANS system just stopped working out of the blue. When I checked my logs, the "VerifyKey" reads as: "VerifyKey= HTTP/1.1" 200 - "-" "-""  Isn't there supposed to be a 40-character hash code?  I did a bit of debugging, and my PHP script always fails at the verification hash step.  This is my verification code:

$myDDHash = $_SERVER['HTTP_X_ANS_VERIFY_HASH'];
$myCalcHash = sha1($_SERVER['QUERY_STRING'] . $Salt);
if ($myDDHash == $myCalcHash) {

}

I left out the code that operates after a successful verification.

Anyone know what's going on?

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3784 days.

Please take a moment to consider if this thread is worth bumping.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...