From 93861995df2cee4281b44dd7fc975efacf737676 Mon Sep 17 00:00:00 2001 From: Wilson Guo Date: Thu, 8 Nov 2018 19:35:59 -0800 Subject: [PATCH] Update CORS for Oxford Dictionary API (#811) https://forum.oxforddictionaries.com/api/discussion/18/error-message-no-access-control-allow-origin-or-i-can-t-get-my-client-side-request-to-work ` Unfortunately, we are unable to support client-side application requests (this includes JavaScript, JScript, VBScript, Java applets, ActionScript, etc.). > This is because our API does not currently support CORS requests due to the potential implications for the security of our server. > Instead, we suggest you to make the query reach your server side application, and then send the API request from the server rather than from the client. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 41e2f611..74cbd8df 100644 --- a/README.md +++ b/README.md @@ -264,7 +264,7 @@ API | Description | Auth | HTTPS | CORS | API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown | -| [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | Unknown | +| [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | No | | [Wordnik](http://developer.wordnik.com) | Dictionary Data | `apiKey` | No | Unknown | | [Words](https://www.wordsapi.com/) | Definitions and synonyms for more than 150,000 words | `apiKey` | Yes | Unknown |