开发者

Retrieve HTTP POST request parameters (sent from flex app) in python

开发者 https://www.devze.com 2023-02-06 21:16 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消