Try using post instead of get. Sometimes API's support this and don't say so.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of pdknsk Sent: Friday, August 05, 2011 5:54 AM To: Google App Engine Subject: [google-appengine] How can I override urlfetch _MAX_URL_LENGTH? I've got a REST request which exceeds 2048 characters. The server can handle it no problem, but urlfetch cannot! Is there a way to override it? Thanks! Why did Google set a limit, I'm wondering. http://code.google.com/p/googleappengine/source/browse/trunk/python/google/a ppengine/api/urlfetch_stub.py -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
