Hello. I'm using the RestController to read a post from another site. Using postman (image below) the params are received pretty fine with the turbogears RestController.
[image: Screen Shot 2018-11-30 at 7.32.25 PM.png] In the other hand... if i tried to post with the content-type (application/json) [image: Screen Shot 2018-11-30 at 7.39.24 PM.png] <about:invalid#zClosurez> Including the body in a json form (image below). Turbogears with a restfull controller doesn't receive any data. It's possible to receive this kind of post with turbogears?? Can any body guide me what i can i do? I know that this post works 'cause i received perfectly with a flask app using req_data = request.get_json() But in turbogears is possible? Thanks in advance.. [image: Screen Shot 2018-11-30 at 7.38.54 PM.png] -- You received this message because you are subscribed to the Google Groups "TurboGears" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/turbogears. For more options, visit https://groups.google.com/d/optout.

