I’ve done some tests in order to evaluate what is the maximum length of a URL that the different browsers can handle, and I ended up with a restriction on the server-side.
According to the tests I’ve been doing, the maximum length of a URL in Google App Engine is 2048 characters.
So, if you are going to do a GET request on Google App Engine, make sure that the both the address and the data you are sending are less than 2048 bytes long.
Español
49 Comments on "Max URL (or GET) length in Google App Engine"