Use only the Academy Lab on 127.0.0.1:5177. Do not copy these tests to a public system without explicit written authorization.
Send the owner request
Open Web → HTTP Forge. Set method GET, paste the secure resource URL, leave the body empty, select User B, then choose Replay as Identity.
GET http://127.0.0.1:5177/api/resources/resource-bUser B receives 200 and the body owner is user_b.
Replay the same object as User A
Change only the identity to User A. Keep the method, URL, and body identical so identity is the single variable.
User A receives 403 from the secure route.
Save the request template
Name the request resource-b-secure and save it as a project-backed replay template. Reload it and verify no stale manual Authorization header overrides the selected identity.
Prove it before moving on.
The saved template produces 200 for User B and 403 for User A without manual token editing.
