Is there a maximum size for an HTTP GET? And if there is a max size, is it determined by the protocol or is it at the discretion of the server?
Asked
Active
Viewed 1.5k times
1
-
https://stackoverflow.com/Questions/2659952/maximum-length-of-http-get-request – thebjorn Sep 29 '21 at 09:21
-
Are you referring to the _request_ or the _response_? – Michael Hampton Sep 29 '21 at 09:24
-
@thebjorn that refers to url length only. The title of it should be made clearer. – Pingpong Sep 29 '21 at 11:03
-
@MichaelHampton Response initially, but the request of the content is also welcome. I will update it to make it clear. – Pingpong Sep 29 '21 at 11:04
-
2The response limit is 9,223,372,036,854,775,807 bytes (2 ** 64). https://stackoverflow.com/questions/8811824/http-content-length-and-chunked-transfer-encoding-is-there-a-2gb-limit – thebjorn Sep 29 '21 at 11:38