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

后端 未结 8 1731
梦谈多话
梦谈多话 2020-12-12 10:51

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
8条回答
  •  一整个雨季
    2020-12-12 11:43

    It depends on the web server, but if you're wondering what it looks like from the client side, just install Live Headers and Firebug for firefox. With the net tab in firebug and live headers open, it should be clear exactly how the two interact.

    For a more in-depth look at the actual data going back and forth, use wireshark.

提交回复
热议问题