You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: