-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sanic can't show request.header content #720
Comments
Which version of Sanic are you using? We just do |
sanic 20.3 |
We only support LTS versions of Sanic. I will make this more clear in the docs but see sanic-org/sanic#1532 for more info. |
There's a doc PR open which will update the supported versions. I would suggest to report this bug against Sanic since this seems like something entirely unintended on their end. In that case I would also attach a small repro case though. For reference here is what we do to sanic's request headers:
We literally just call |
After
and
capture_exception(exception)
But the browser can't see the
request.header
(which is a dict value)request body
can be show but in such warning likeThe first discared value is a part of request.header
The text was updated successfully, but these errors were encountered: