librespeed / speedtest

Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, mobile friendly. Supports PHP, Node, Multiple servers, and more

Home Page:https://librespeed.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request - Add extra ID to test

Shedaim opened this issue · comments

I'm saving the tests into a postgreSQL database in order to analyze statistics over time.
Right now I'm able to do that given the IP address of the user, but I would like to have a separate ID that the user must input.

For example by doing: https://speedtest.${DOMAIN}?id=shedaim

This does not have to be authenticated. I intend to hardcode the request into an Android application.

Thanks