Hi
I have installed piwik on my server which works on (http or https both) like http://<domain-name>/piwik .
However my site is work on https only.
When we ping piwik from https site
On detailed visitor log page, piwik displays page title but not displaying page url
it displays "Page URL not defined" as page url
When we ping piwik from http site then it working fine and displays page url as well.
I have debugged piwik.php code and look into http request in piwik.php. then i found that https url (which is sent by ajax call in query string) is reaching to piwik.php then some how piwik is not displaying this URI on interface.
Now what should we do now?
I have installed piwik on my server which works on (http or https both) like http
However my site is work on https only.
When we ping piwik from https site
On detailed visitor log page, piwik displays page title but not displaying page url
it displays "Page URL not defined" as page url
When we ping piwik from http site then it working fine and displays page url as well.
I have debugged piwik.php code and look into http request in piwik.php. then i found that https url (which is sent by ajax call in query string) is reaching to piwik.php then some how piwik is not displaying this URI on interface.
Now what should we do now?