Very large HTTP request vs many small requests

后端 未结 3 1508
广开言路
广开言路 2020-11-29 20:44

I need a 2D array (as Json) to be sent from server to client. It would be around 400x400 in size with each entry around 4 characters of text. So that makes it around 640KB o

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-29 21:06

    And you have to keep in mind that the servers may have vulnerabilities with large requests.

提交回复
热议问题