Hello, everyone !
I built an Java application for myself on GAE. Major task of this
application is to get the content of a contenteditable element and then
examine the content.
And the code goes like this :
var data = { "content" : clearTag(element.html()) };
$.get("/xxx/check", data, function(json) {
}, "json").fail(function() {
}).always(function() {
});
After I deployed this application on GAE, I always got error 400 ( Your
client has issued a malformed or illegal request. ) when I had typed too
much words and sent the request. And the shorter articles always succeeded.
It seems that the length of the content reach specific limit will get this
error. But it worked well on localhost no matter how the length of the
content.
Is there anyone confront this problem ? Or, is there any official limits of
GAE service ? Please help me to fix this issue, thank you !
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/d/optout.