SUSE / telemetry

Telemetry scaffolding
Apache License 2.0
0 stars 0 forks source link

Client side support for 401 Unauthorized status #46

Closed rtamalin closed 3 months ago

rtamalin commented 3 months ago

Server /report 401 Unauthorized status responses should now include a WWW-Authenticate header telling the client how to resolved the lack of authorization, either by (re-)registering or (re-)authenticating with the server.

Added retry handling for the telemetry report submission handling.

Fixes: #45