hi everyone. my problem is probably pretty simple....
i have xml files which i want to bring to the (java gae based) server (from a java based client). the xml-string its about ~16-20k charakters - which results in a http error 413 (Request entity too large) when i try to send it via get or post. by using the deflater (or other compression) i can reduce the size - but the resultstring throws the http error 400 (bad request). 20k charakters doesnt feel like a huge amount of data, but how can i bring it from the client to the server? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine-java/-/HecV1HlnfagJ. To post to this group, send email to google-appengine-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.