IDOR

  1. Create two accounts, swap API parameters, and try to access information from each other.

  2. 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.

  3. Param pollution

Last updated