How to enable CORS?
Hello, I have an Ajax form for submitting subscriptions.
How do I enable cors on Sendy? Thank you.
This discussion has been closed.
Hello, I have an Ajax form for submitting subscriptions.
How do I enable cors on Sendy? Thank you.
Comments
Hi,
You should be able to call the subscribe API even if you’re using an AJAX form without anything to do with CORS. In your AJAX javascript, call a backend script that resides on the same server, the backend script then do a POST to call the ’subscribe’ API.
Thanks.
Best regards,
Ben