Skip to content

How to enable CORS?

edited June 2020 in Questions

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

This discussion has been closed.