We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If method is not allowedCorsViewMixin raise KeyError , and client gets 502 Bad Gateway instead expected 405: Method Not Allowed .
CorsViewMixin
KeyError
502 Bad Gateway
405: Method Not Allowed
Source code: https://github.com/aio-libs/aiohttp-cors/blob/master/aiohttp_cors/mixin.py#L28
The text was updated successfully, but these errors were encountered:
Would you make a bugfix?
Sorry, something went wrong.
@asvetlov Please check my pull request.
@asvetlov ping
No branches or pull requests
If method is not allowed
CorsViewMixin
raiseKeyError
, and client gets502 Bad Gateway
instead expected405: Method Not Allowed
.Source code:
https://github.com/aio-libs/aiohttp-cors/blob/master/aiohttp_cors/mixin.py#L28
The text was updated successfully, but these errors were encountered: