Yandex API Translator error - 401 API key is invalid
问题 I registered with Yandex and got a Translate API Key. However when I try to translate with the following code: <CFSET Key = "trnsl.1.1.2014091..........................."> <CFSET lang="en-de"> <CFSET text="Hallo World"> <CFHTTP URL="https://translate.yandex.net/api/v1.5/tr.json/translate?Key=#Key#&lang=#lang#&text=#text#" METHOD = "GET"> </CFHTTP> <CFOUTPUT>#CFHTTP.FileContent#</CFOUTPUT> I get a 401 error "API key is invalid". I also tried with Javascript/CFML but got a similar result. I