Python CGI Get Raw Post Data

import sys
formData = sys.stdin.read()
Panicky Polecat