bumplzz69 / google-api-python-client

Automatically exported from code.google.com/p/google-api-python-client
Other
0 stars 0 forks source link

Switch to POST if the request URI on a GET is too long #96

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Switch to POST if the request URI on a GET is too long. Form encode the query 
parameters into the body and set the header X-HTTP-Method-Override: GET.

Original issue reported on code.google.com by jcgregorio@google.com on 6 Feb 2012 at 3:47

GoogleCodeExporter commented 9 years ago

Original comment by jcgregorio@google.com on 6 Feb 2012 at 3:48

GoogleCodeExporter commented 9 years ago

Original comment by jcgregorio@google.com on 7 Feb 2012 at 7:37

GoogleCodeExporter commented 9 years ago
Is their a workaround for this? Or do I have to make my request manually?

Original comment by philipbj...@gmail.com on 6 Jul 2012 at 6:36

GoogleCodeExporter commented 9 years ago
CL out for review:  http://codereview.appspot.com/6454092/

Original comment by jcgregorio@google.com on 3 Aug 2012 at 3:23

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 7d1515ca91f0.

Original comment by jcgregorio@google.com on 3 Aug 2012 at 4:48