uncrypt/playground
Burp 101 Level 3 / 6 Easy
← All labs

Switching Methods

The enrol button sends GET; the server only listens for POST. Move the request across methods.

Cohort enrolment

Clicking Enrol below issues a GET. The endpoint quietly ignores GET requests — it only listens on a different channel. Move the request across methods in your proxy and resend it.

Enrol

Nothing happened? Look at what that click actually sent — the verb is part of the request, and you control every byte of it.

This is an isolated, intentionally-vulnerable sandbox. Data here is fake and scoped to you. The rest of Uncrypt Playground is not part of the target.