Hi Conor,
You might be running into a CSRF protection error. Django expects a
CSRF token for all POST requests and the MailChimp webhooks aren't
sending one. You will need to decorate your views as @csrf_exempt in
order for them to work. Just make sure that you do some extra
validation on your par
On Fri, Jan 7, 2011 at 7:57 PM, Conor wrote:
> Hello, I am new to Django and working on integrating it with
> MailChimp. I am implementing call back handlers for their Web Hooks.
> This should be just views.
>
> Anyway, I am testing running the dev server and seeing that the views
> are called ju
Hello, I am new to Django and working on integrating it with
MailChimp. I am implementing call back handlers for their Web Hooks.
This should be just views.
Anyway, I am testing running the dev server and seeing that the views
are called just fine for GET requests, but for POST requests, all I
see
3 matches
Mail list logo