I'm transmitting a application/json in java with a HttpPost to a server which use Django.
I am performing the transmission as described here: JSON POST request parsing in PHP
How can I create a page that receive this json data ?
You can receive json through request.raw_post_data
data=simplejson.loads( request.raw_post_data )
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With