MahmutKarali / google-api-translate-java

Automatically exported from code.google.com/p/google-api-translate-java
0 stars 0 forks source link

Translate API T&C's requires a "Referer" in the header or an API Key #47

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you look at the API usage Terms and Conditions at a minimum Google
translate requires a "Referer" in the header or an API Key. There is
currently no way to pass in this information.

A method to set the "Referer" and/or "API Key" is required and this must be
passed to Google in the request.

Original issue reported on code.google.com by ozkolo...@gmail.com on 2 Apr 2009 at 3:39

GoogleCodeExporter commented 8 years ago
Added support for setting the HTTP referrer property.

Original comment by rich.mid...@gmail.com on 12 Jun 2009 at 9:13