pallets-eco / flask-debugtoolbar

A toolbar overlay for debugging Flask applications
https://flask-debugtoolbar.readthedocs.io
BSD 3-Clause "New" or "Revised" License
952 stars 146 forks source link

Using Flask debug toolbar to profile POST responses #178

Closed boomjuice closed 6 months ago

boomjuice commented 2 years ago

Hi, I want to know how to use POST method to profile my app, everything is fine when i use GET method

davidism commented 6 months ago

Not clear what's being asked for here. This injects the toolbar in any HTML response, as well as in redirect pages. If this is still an issue please provide a minimal reproducible example.