IDOR
Create two accounts, swap API parameters, and try to access information from each other.
Sending a GET request does not imply the ability to perform POST or update actions; hence, it's essential to experiment with various request types on the same API.
Param pollution
Last updated