Skip to content

Commit 9386199

Browse files
wguo91davemachado
authored andcommitted
Update CORS for Oxford Dictionary API (public-apis#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.
1 parent b4160f3 commit 9386199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ API | Description | Auth | HTTPS | CORS |
264264
API | Description | Auth | HTTPS | CORS |
265265
|---|---|---|---|---|
266266
| [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown |
267-
| [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | Unknown |
267+
| [Oxford](https://developer.oxforddictionaries.com/) | Dictionary Data | `apiKey` | Yes | No |
268268
| [Wordnik](http://developer.wordnik.com) | Dictionary Data | `apiKey` | No | Unknown |
269269
| [Words](https://www.wordsapi.com/) | Definitions and synonyms for more than 150,000 words | `apiKey` | Yes | Unknown |
270270

0 commit comments

Comments
 (0)