Questions

  1. Which function from the urllib package is used to create an object similar to a file with which to read from the URL?
  2. Which lines of information contain specific metadata about the response and tell the client how to interpret it?
  3. Which header allows us to identify the browser we are using in every request?
  4. Which modules allow us to extract links and parse text files formatted in HTML?
  5. Which module and service can we use to get information about the domain we are analyzing, such as an IP address and location?
  6. Which method can we use to define a proxy or intermediate machine between our internal network and the external network, using the Requests package?
  7. What is the main purpose of using cookies?
  8. Which object is used for working with cookies with the urllib package?
  9. Which object is used for working with cookies with the Requests package?
  10. Which mechanism is used to improve the Basic Authentication process by using a one-way hashing cryptographic algorithm (MD5)?
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset