Skip to content
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

Does not work with non-GET methods #3

Open
feimosi opened this issue Jun 22, 2020 · 0 comments
Open

Does not work with non-GET methods #3

feimosi opened this issue Jun 22, 2020 · 0 comments

Comments

@feimosi
Copy link

feimosi commented Jun 22, 2020

It's always redirecting to GET paths even if the initial request was e.g. POST. That's because in the code there's ctx.status = 301, instead of 307 or 308.

See: https://softwareengineering.stackexchange.com/a/99966

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant