Computer Science, asked by PradeepBailwad, 9 months ago

Which of the HTTP headers does the browser look at to decide how to display the retrieved document?

Answers

Answered by sg249344
14

To view the request or response HTTP headers in Google Chrome, take the following steps :

In Chrome, visit a URL, right click , select Inspect to open the developer tools.

Select Network tab.

Reload the page, select any HTTP request on the left panel, and the HTTP headers will be displayed on the right panel.

Answered by sarahssynergy
3

Which of the HTTP headers does the browser look at to decide how to display the retrieved document?

Explanation:

  • When a browser connects to a web server to retrieve a document, GET command is sent to the server.
  • Content-type HTTP headers does the browser look at to decide to display the retrieved document.
Similar questions