HTTP POST Dump

This page will show you what you just submitted through HTTP POST. It's adapted from Steve Tibbett's HTTP Request Dump.

Submitted Variables


Raw POST Body

";
?>

60) {
  echo substr($body, 0, 60);
  echo "\n";
  $body = substr($body, 60);
}
echo $body;
?>

$Value){ echo "$Key: $Value\n"; } # End of foreach ($GLOBALS as $Key=>$Value) } # End of function DumpArray ################################################# function emu_getallheaders() { foreach($_SERVER as $h=>$v) if(ereg('HTTP_(.+)',$h,$hp)) $headers[$hp[1]]=$v; $headers["CONTENT_TYPE"]=$_SERVER["CONTENT_TYPE"]; return $headers; } ?>