I am sending the parameters from flex application through HTTP POST request to Python/PSP script. I am able to call PSP script from flex app using HTTP POST request, but i am not able to use/retrieve these parameters in Python/PS开发者_如何学运维P.
You probably want the cgi
module from the standard library. See the documentation.
精彩评论