flask-debug-api icon indicating copy to clipboard operation
flask-debug-api copied to clipboard

API Browser for Flask-DebugToolbar

Results 4 flask-debug-api issues
Sort by recently updated
recently updated
newest added

Make this work with single page applications made with flask.

Hello, Thanks for the browse API panel it's really useful. We needed some headers for the authentication in one of my projects. So I added this header textarea to get...

``` Traceback (most recent call last): File "/project/venv/lib/python3.4/site-packages/flask/app.py", line 2309, in __call__ return self.wsgi_app(environ, start_response) File "/project/venv/lib/python3.4/site-packages/flask/app.py", line 2295, in wsgi_app response = self.handle_exception(e) File "/project/venv/lib/python3.4/site-packages/flask/app.py", line 1741, in handle_exception...

If the api endpoint has a JWT token, it will broke