zieren / wasted-youth-tracker

Limit kids' time on their (Windows) PC and get a summary of the window titles.
GNU General Public License v3.0
5 stars 0 forks source link

404 response is not reported as an error #66

Closed zieren closed 2 years ago

zieren commented 2 years ago

The server should probably send a token like "ok" in the first response line. Currently you can specify an invalid URL and the client will not report the 404 response (e.g. WP HTML).

And/or the HTTP status code should be verified.

zieren commented 2 years ago

The same goes for other status codes, such as when auth fails.