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
Identify API endpoints incorrectly using GET for state-changing operations.
Replace them with appropriate HTTP methods (primarily POST), update all usages, and verify behavior with manual and/or automated tests.
Identify API endpoints incorrectly using GET for state-changing operations.
Replace them with appropriate HTTP methods (primarily POST), update all usages, and verify behavior with manual and/or automated tests.