I have a Piwik install sitting behind a varnish-caching server. My problem is varnish is by default caching responses to my API calls. Unfortunately, I don't have direct access to the varnish server, so I need to send the
"Cache-Control: no-cache"
header with my API responses. Is there a setting or a way to modify my piwik install to accomplish this? Thanks!