I'm working with Flask on Pythonanywhere. I have got a routine processing a POSt request. PA is returning HTTP 200, so the Flask App is working. I've got a problem in my own coding though, and I would like to see request.body. How do I print this to a log or return the value? I've tried "return request.body" and I don't see anything returned, however I suppose Body could be blank. I'm using Hurl for testing though and I am setting a post body.
Any tips are much appreciated.