Reputation: 49728
I'm using an HTTP API for Bing Translate. Such methods as Speak and Translate work perfectly. But GetTranslations doesn't. Any request to http://api.microsofttranslator.com/V2/Http.svc/GetTranslations returns "Method not allowed". What can be the problem?
Upvotes: 0
Views: 881
Reputation: 566
This method is not allowed for 'http'. You can use the 'Ajax' like request below:
Upvotes: 2