it doesnt’ work for me too after last update, ALL REQUEST to wp-statistics are now HTTP ERROR 400… not sure why.
This is the screenshot since Aug 24: https://i.imgur.com/axe0XAm.png
And I see changes in the query string which is weirder than before. (seems all parameters are combined into 1 query string, this might lead to security issue, exploit maybe?)
https://mydomain.tld/wp-json/wpstatistics/v1/hit?_=1566979682&_wpnonce=998054d7bc&wp_statistics_hit={“base”:”https://mydomain.tld/wp-json”,”browser”:”Chrome”,”platform”:”Windows”,”version”:”10.0″,”referred”:”https://mydomain.tld”,”api”:”wp-json”,”ip”:”XXX.XXX.XXX.XXX”,”hash_ip”:”5521d65be36be4625c8e64e0289f1df025477c24″,”exclude”:””,”exclude_reason”:””,”ua”:”Mozilla/5.0%20(Windows%20NT%2010.0;%20Win64;%20×64)%20AppleWebKit/537.36%20(KHTML,%20like%20Gecko)%20Chrome/76.0.3809.100%20Safari/537.36″,”track_all”:”1″,”timestamp”:”1567004882″,”search_query”:””,”current_page_type”:”home”,”current_page_id”:”551″,”page_uri”:”/”,”user_id”:”0″}
Also, can you change call method to POST? especially for unique parameters like IP address etc. Because some cache plugins creates static html and because of that, all users will be treated as if they’re coming from same IP (the first cached page)
thanks!