Hi all, I’m trying to translate a word from English to Greek.
I set up in the Test End Point: the languages as “en|el”
When I test the endpoint, it works fine. When I copy the request into my swift app, I get the 403 with “INVALID LANGUAGE PAIR SPECIFIED”. I also get the same result when using the default “en|it”
Anyone else experienced this?
Participez à la discussion - ajoutez un commentaire ci-dessous:
Thanks for the fast reply…
My http call is: “https://translated-mymemory—translation-memory.p.rapidapi.com/api/get?mt=1&onlyprivate=0&de=a%2540b.c&langpair=en%257Cel&q=Hello%20World!”
And I’m using Swift v.5.x
Hi David,
what version of Swift are you using?
What the snippet does is very simple,
it execute an HTTP GET call to this address "https://translated-mymemory—translation-memory.p.rapidapi.com/api/get?mt=1&onlyprivate=0&de=a%2540b.c&langpair=en%257Cit&q=Hello%20World!"
with the correct credentials in the header: “x-rapidapi-host” and “x-rapidapi-key”.