Skip to content

POST Practice

  1. Go to the given site and inspect it.
  2. Get the username and password from the HTML comments.
  3. Make a POST request:
    • Using Postman, Thunder Client, or similar; sending username and password as Form data.
    • Use the following curl command: bash curl -d "username=<username>&password=<password>" -X POST <given site>