Skip to content

Protected Against HTTP Method Manipulation

Protected Against HTTP Method Manipulation

Description

The GraphQL API is protected against HTTP method manipulation by enforcing POST-only mutations and rejecting GET-based operations, eliminating risks of sensitive data exposure in URLs.

Recommendation

The implementation is secure, no recommendation apply.

Standards

  • OWASP_TOP_10:
    • A05_2021