POST Practice¶
- Go to the given site and inspect it.
- Get the
usernameandpasswordfrom the HTML comments. - Make a POST request:
- Using Postman, Thunder Client, or similar; sending
usernameandpasswordas Form data. - Use the following
curlcommand:bash curl -d "username=<username>&password=<password>" -X POST <given site>
- Using Postman, Thunder Client, or similar; sending