Use only the Academy Lab on 127.0.0.1:5177. Do not copy these tests to a public system without explicit written authorization.
Retest the secure baseline
Duplicate the confirmed IDOR finding, change its endpoint from resources-insecure to resources, and run Retest with the original User A and User B identities.
User A receives 403 while User B receives 200.
Classify fixed behavior
Because the original exposure no longer occurs and authentication is valid, classify the retest as Fixed and preserve both original and new response hashes.
Recognize expired identity
Delete or invalidate one saved identity and rerun. A 401 caused by missing session state is Authentication expired, not Fixed.
Recognize endpoint drift
Change the path to a nonexistent route. A 404 means Endpoint changed. Network failures or ambiguous cleanup produce Inconclusive.
Prove it before moving on.
Your retest history contains one Fixed, one Authentication expired, one Endpoint changed, and one clearly explained Inconclusive example.
