What Can Be The Maximum "post" Size I Can Have?
Sorry if this is a duplicate question, but I couldn't find any substantial info on my concern. Currently, I have a Java-GWT application which invokes a python script deployed on ap
Solution 1:
On GAE the incoming request can not be longer than 32Mb. This includes the whole request size (command, path, headers), not only POST body. This is language independent.
Post a Comment for "What Can Be The Maximum "post" Size I Can Have?"