July 2019
Beginner to intermediate
302 pages
9h 38m
English
Flask provides an easy way to handle the XHR requests in the view handlers. We can even have common methods for normal web requests and XHRs. We can just check for a flag on our request object to determine the type of call and act accordingly.
We will update the catalog application from the previous recipe to have a feature to demonstrate XHR requests.