Questions
As we conclude, here is a list of questions for you to test your knowledge regarding this chapter's material. You will find the answers in the Assessments section of the Appendix:
- How can we realize a
POST
request with therequests
module by passing a dictionary-type data structure that would be sent to the request body? - What is the correct way to make a
POST
request through a proxy server and modify the information of the headers at the same time? - How can we obtain the code of an
HTTP
request returned by the server if, in the response object, we have the response of the server? - Which mechanism is used to improve the basic authentication process by using a one-way hashing cryptographic algorithm?
- Which header is used to identify the browser and operating system that we are using to send requests to a URL?