anuj607 / google-api-php-client

Automatically exported from code.google.com/p/google-api-php-client
Apache License 2.0
0 stars 0 forks source link

What steps should I do to send requests through POST method #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Could anybody please give a working example of implementing the 

"Note: You can also use POST to invoke the API if you want to send more data in 
a single request. The q parameter in the POST body must be less than 5K 
characters. To use POST, you must use the X-HTTP-Method-Override header to tell 
the Translate API to treat the request as a GET (use X-HTTP-Method-Override: 
GET)."

What should I change?

Original issue reported on code.google.com by Darya.Ta...@gmail.com on 13 Aug 2012 at 8:23

GoogleCodeExporter commented 9 years ago
Is this still occurring? If so, please reopen with a minimal sample 
demonstrating the problem. Thanks!

Original comment by ianbar...@google.com on 22 Mar 2013 at 2:37