In the context of HTTP referrers shown under Operations in the Algolia Dashboard, the value “None” typically indicates that the operation - such as a search or indexing reques - did not originate from a web browser.
This generally means the request was made:
From a backend server or server-side application
Using one of Algolia’s API clients (e.g., in Node.js, Python, PHP, etc.)
In a context where the HTTP referrer header is not set or is intentionally omitted
Since HTTP referrers are most commonly associated with client-side (frontend) requests in a browser, their absence suggests that the source of the request is not a browser-based UI.
This helps distinguish frontend traffic from backend traffic in analytics or operational logs.