Jump to content
  • 0

Why am I no longer receiving a 40-character VerifyKey from the Second Life ANS requests?


JustinMichael Torok
 Share

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

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

Question

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

1 answer to this question

Recommended Posts

  • 0

It looks like the ANS [Automatic Notification System] Wiki page was updated 6 days ago.

http://wiki.secondlife.com/wiki/Direct_Delivery_and_Automatic_Notification_System

The WIKI History tag shows that the section titled "Validating an ANS/SLM Transaction Record" has changed although I can't tell what was changed.

Here is a link to the WIKI differences report for that latest update...

http://wiki.secondlife.com/w/index.php?title=Direct_Delivery_and_Automatic_Notification_System&diff=prev&oldid=1185463

Link to comment
Share on other sites

You are about to reply to a thread that has been inactive for 3772 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...