Hey,
I'm trying to implement a basic MailChimp integration using their API. Unfourtunately the MailChimp API doesn't allow CORS requests, which blocks making this using clientside scripting. To get around this, I need to do a basic api-requests from the DW server.
I tried implementing the request logic, to fire when a GET request hit a template file, that didn't work. But I would like to do something like this. How should I do this in DW?