From c7b8f95e76323b92ec8d01e2a9b3d1fe4a1a5c40 Mon Sep 17 00:00:00 2001 From: Leonardo Meinerz Ramos Date: Fri, 23 Jul 2021 23:58:24 -0300 Subject: [PATCH] Cors support for EVA --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b8a0cac0..5865157e 100644 --- a/README.md +++ b/README.md @@ -280,7 +280,7 @@ API | Description | Auth | HTTPS | CORS | |---|---|---|---|---| | [Abstract Email Validation](https://www.abstractapi.com/email-verification-validation-api) | Validate email addresses for deliverability and spam | `apiKey` | Yes | Yes | | [Cloudmersive Validate](https://cloudmersive.com/validate-api) | Validate email addresses, phone numbers, VAT numbers and domain names | `apiKey` | Yes | Yes | -| [EVA](https://eva.pingutil.com/) | Validate email addresses | No | Yes | Unknown | +| [EVA](https://eva.pingutil.com/) | Validate email addresses | No | Yes | Yes | | [Lob.com](https://lob.com/) | US Address Verification | `apiKey` | Yes | Unknown | | [mailboxlayer](https://mailboxlayer.com) | Email address validation | No | Yes | Unknown | | [PurgoMalum](http://www.purgomalum.com) | Content validator against profanity & obscenity | No | No | Unknown |