geopython / GeoHealthCheck

Service Status and QoS Checker for OGC Web Services
https://geohealthcheck.org
MIT License
83 stars 71 forks source link

Fix update of request headers #460

Closed epif4nio closed 4 months ago

epif4nio commented 11 months ago

This is a fix to the issue https://github.com/geopython/GeoHealthCheck/issues/459

The update function changes the object but always returns None, which resulted in the value returned by get_request_headers being empty all the time.

Among other things that could happen, the Authorization header was not being sent, resulting in a 401 status.