Skip to content

Make all modifications be POST rather than GET #116

Description

@mhagander

For example, clicking change status -> waiting on author generates a GET request to /patch/xxx/status/author/. This triggers a lot of crawlers to hit such URLs, which will then generate a redirect for a login since they can't actually modify it. But given the large number of such links this can generate a lot of requests and load. And as a side effect, it can also be used to trick people into clicking the wrong link..

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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