Python CGI Pobierz surowe dane postu

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