mixpanel / flask-tracking-proxy

Example Python Flask application to proxy tracking requests to Mixpanel's API
10 stars 3 forks source link

Proxy returns 400 error #1

Open brendanator opened 3 years ago

brendanator commented 3 years ago

When I try using this I get the following error:


<?xml version='1.0' encoding='UTF-8'?><Error><Code>InvalidArgument</Code><Message>Invalid argument.</Message><Details>POST object expects Content-Type multipart/form-data</Details></Error>"```

If it's any relevance I am using `api-eu.mixpanel.com` instead of `api.mixpanel.com`