From 66f8b749b5447ac3f28f7b8402269691d1955fb2 Mon Sep 17 00:00:00 2001 From: Payam Date: Tue, 15 Oct 2019 06:11:03 +0200 Subject: [PATCH] CORS is enabled for v3 endpoint on the OwlBot API (#1088) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a53de1..038ff79c 100644 --- a/README.md +++ b/README.md @@ -300,7 +300,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Lingua Robot](https://www.linguarobot.io) | Word definitions, pronunciations, synonyms, antonyms and others | `apiKey` | Yes | Yes | | [Merriam-Webster](https://dictionaryapi.com/) | Dictionary and Thesaurus Data | `apiKey` | Yes | Unknown | -| [OwlBot](https://owlbot.info/) | Definitions with example sentence and photo if available | `apiKey` | Yes | No | +| [OwlBot](https://owlbot.info/) | Definitions with example sentence and photo if available | `apiKey` | Yes | Yes | | [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 |