Difference between revisions of "What is a HTTP request?"

From IE Internet helpdesk
Jump to navigation Jump to search
 
Line 2: Line 2:
  
  
*Whenever your web browser fetches a file (a page, a picture, etc) from a web server, it does so using HTTP - that's "Hypertext Transfer Protocol". HTTP is a request/response protocol, which means your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).
+
*Whenever your web browser fetches a file (a page, a picture, etc) from a web server, it does so using HTTP - that's '''"Hypertext Transfer Protocol"'''. HTTP is a request/response protocol, which means your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).
  
 
[[Category:Helpful Definitions]]
 
[[Category:Helpful Definitions]]

Latest revision as of 15:25, 1 May 2012

What is a HTTP request?

  • Whenever your web browser fetches a file (a page, a picture, etc) from a web server, it does so using HTTP - that's "Hypertext Transfer Protocol". HTTP is a request/response protocol, which means your computer sends a request for some file (e.g. "Get me the file 'home.html'"), and the web server sends back a response ("Here's the file", followed by the file itself).