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

Headers Are Inputs Too

An enrolment endpoint serves browsers only — unless the right version header rides along. Convince it you are the API client.

Course enrolment

Enrolment on this course is served only to the modern API client. The server detects who is asking from the X-API-Version request header — browsers never send one, so the web experience stays read-only.

Detected client: web browser

The version rides in a request header. Nothing on this page can set it — your proxy can.

Submitting as a browser gets you nowhere — the header above decides. Intercept this POST and add what's missing.

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.