mailgun / validator-demo

Mailgun email address jquery validation plugin http://mailgun.github.io/validator-demo/
Apache License 2.0
257 stars 80 forks source link

Could the Mailgun API use CORS instead of JSONP? #9

Open elsigh opened 8 years ago

elsigh commented 8 years ago

Currently the server doesn't implement the OPTIONS preflight.

galulex commented 8 years ago

:+1:

rlataguerra commented 7 years ago

still no CORS ?

Pryscy commented 7 years ago

👍

HemalR commented 7 years ago

Plus one on CORS support!

The work-around of moving the validation to the server and doing a massive roundtrip of async data is painful.