When sending the following POST request:
URL: https://coveryourtracks.eff.org/api/v1/whorl-uniqueness
Data: {"name": "video","value": "1920x767x24" }
the server returns an Internal Server Error.
Expected Behavior:
The server either returns the entropy information (bits, one_in_x) or the Status "Error: that value has not yet been recorded for 'video'".
The same happens for:
{"name": "video","value": "1920x766x24" }
{"name": "video","value": "1920x769x24" }
{"name": "video","value": "1920x770x24" }
{"name": "video","value": "1920x771x24" }