I don't know if it's just me, but from my point of view SECRET and API_KEY are used against the other convention.
Currently, you define SECRET, which you use as the sitekey in the widget. And when checking, the result the API_KEY is the parameter secret but then SECRET is the parameter sitekey.
Wouldn't it make sense to swap the variables in the lite server?
I don't know if it's just me, but from my point of view
SECRETandAPI_KEYare used against the other convention.Currently, you define
SECRET, which you use as thesitekeyin the widget. And when checking, the result theAPI_KEYis the parametersecretbut thenSECRETis the parametersitekey.Wouldn't it make sense to swap the variables in the lite server?