How does the communication between a browser and a web server take place?

Viewed 105478

Can anyone explain how the communication takes place between the browser and web server? I want to learn how

  • GET, POST verbs (among others)
  • cookies
  • sessions
  • query strings

work behind the scene.

8 Answers
Related