This website has an unauthenticated admin panel at /admin, but a front-end system has been configured to block external access to that path. However, the back-end application is built on a framework that supports the X-Original-URL header.
To solve the lab, access the admin panel and delete the user carlos.
**https://stackoverflow.com/questions/57759419/x-original-for-header-whats-its-purpose**
carlos i need to get /admin-panel to see what’s the Endpoint Deleted carlos
now i know what’s the endpoint i need to go it to remove the carlos user
so we will add in X-Original-URL /admin/delete
and in real query string i will add /delete?username=carlos

here we go we deleted carlos and solve the lab 🎉