Python crawler knowledge point--chrome developer Tools Network

Source: Internet
Author: User
Tags chrome developer chrome developer tools

Introduction to the network feature in the Chrome developer tools

  • The first column, name: The request, typically treats the last part of the URL as a name.
  • The second column status: The state code of the response, shown here as 200, indicates that the response is normal. Through the status code, we can determine whether the request has been sent after the normal response.
  • Third column type: The requested document type. Here is the document, on behalf of our request is an HTML file, the content is some HTML code.
  • Fourth column initiator: the request source. Used to mark which object or process the request originated from.
  • Column Fifth size: The file downloaded from the server and the requested resource size. If the resource is obtained from the cache, the column displays the from cache.
  • Column Sixth: The total time that the request was initiated to get the response.
  • Seventh column waterfall: Visual waterfall flow for network requests.

The response is divided into General section, request header, response header:

Among them, General includes:

  • The request URL is the requested URL,
  • Request method for the requested methods
  • Status code is the response state code,
  • Remote address is the location and port of the server
  • Referrer policy is a Referrer discriminant strategy.

Python crawler knowledge point--chrome developer Tools Network

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.