Retrieve HTTP POST request parameters (sent from flex app) in python -
i sending parameters flex application through http post request python/psp script. able call psp script flex app using http post request, not able use/retrieve these parameters in python/psp.
you want cgi
module standard library. see the documentation.
Comments
Post a Comment