Analyzing Login Responses
Learn how to analyze the response of an HTTP POST request to determine the validity of credentials.
We'll cover the following...
Introduction
Previously, we explored a login page that used HTTP POST requests to send user credentials to a back-end application. Based on our knowledge of how the system worked, we could use the Python requests
library to generate POST requests ...