
上QQ阅读APP看书,第一时间看更新
Questions
- Which function from the urllib package is used to create an object similar to a file with which to read from the URL?
- Which lines of information contain specific metadata about the response and tell the client how to interpret it?
- Which header allows us to identify the browser we are using in every request?
- Which modules allow us to extract links and parse text files formatted in HTML?
- Which module and service can we use to get information about the domain we are analyzing, such as an IP address and location?
- Which method can we use to define a proxy or intermediate machine between our internal network and the external network, using the Requests package?
- What is the main purpose of using cookies?
- Which object is used for working with cookies with the urllib package?
- Which object is used for working with cookies with the Requests package?
- Which mechanism is used to improve the Basic Authentication process by using a one-way hashing cryptographic algorithm (MD5)?