python cgi get raw post data code example Example: python cgi get raw post data import sys formData = sys.stdin.read()