Proxy tracker doesn't work

Hello,

I want to use the Piwik tracker through proxy like in this example : matomo/misc/proxy-hide-piwik-url at master · matomo-org/matomo · GitHub

If I check in my source code the tracker is here linking the correct piwik.php
And if I check the file piwik.php load the good remote piwik.js

But If I go to my piwik administration stats are steal blocked to 0, even if I force the cron…
If I remove the “proxy” and call directly the remote piwik.js it’s working well, but I want to hide my footprints.

The script (matomo/misc/proxy-hide-piwik-url at master · matomo-org/matomo · GitHub) is still working ? Or people have trouble too ?

Thanks

It’s working. Maybe there’s a problem with the server. Can you debug the call as per: http://piwik.org/docs/tracking-api/reference/#toc-debugging-the-tracking-api-requests ?

Thanks in fact I was using the tracker on a Wordpress website and when I tried to access the local piwik.php it’s was redirected to the home, so there wasn’t request to the data server that’s why statistics stayed to 0.