Skip to content

Inaccurate warning about POST redirect behavior #412

Description

@gihon1018

The warning in the redirects section is misleading.
It states that only 301 redirects may cause browsers to change POST to GET, but 302 redirects also do this in almost all modern browsers.
Only 307 (temporary) and 308 (permanent) status codes guarantee that the original HTTP method and request body are preserved.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions