milesmcc / shynet

Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question regarding Requests

webmastermario opened this issue · comments

Hello,

i have a question regarding the script which i put on the website. Why does it request the script.js every few seconds when
checking inside my console? Is that normal?

Thanks

Yes, that's normal. It's how we figure out how long someone stayed on the page.

It only requests the script once using a GET request, the following calls are POST requests (to the same URL) but those responses only contain a small json result: {"status": "OK"}

image