Http get request packet size in bytes

前端 未结 4 1836
悲哀的现实
悲哀的现实 2021-02-07 13:07

How many bytes of data does a typical HTTP get request consume. For instance if I request a page from the server through a browser how many bytes of data would be sent?

4条回答
  •  旧时难觅i
    2021-02-07 13:57

    It varies, especially when it comes to GET queries or POST requests, but I'd estimate it about 0.5—1k.

    Requesting a page from the browser, though, may also result in requesting pictures, stylesheets and other referenced content.

    Edit: originally I put in the estimation for request+reply.

提交回复
热议问题