Test submit the request >> '; } else if ($act == 'sign_resp') { $status = getHttpVal('status', ''); $t = getHttpVal('t', ''); $info = getHttpVal('info', ''); $apiKey = base64_decode(getHttpVal('apikey', '')); $a['status'] = $status; $a['t'] = $t; if ($info != '') { $a['info'] = $info; } $hmac = sign($a, $apiKey, true); } echo '
Generate a request signature'. ''. ' | ';
echo 'Generate a response signature'. ''. ' |