Analytics : HTTP response code: 0v

Hi

I’m trying analitycs module
it seems to be great

I 'd just creat a first dashbord, with json input from au webservice
I have this message : HTTP response code: 0

And nothig else

where I can find some more log ?

1 Like

I needed to add the webservice URL in into TrustedDomains in config.php

‘trusted_domains’ =>
array (
0 => ‘localhost’,
1 => ‘xxxxx’,
2 => ‘your_webservice_url’
),