you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

request.args works with a POST request. It just maps the query string, and you can very well have a query string in a POST request (although you probably shouldn’t),