Hi there,
We have been using the owslib library in our flight planning software MSS for quite some time. To secure access to our data servers, we are utilizing HTTP authentication (http_auth).
Currently, we catch general owslib.util.UnauthorizedException errors and extract the error string from them (e.g., "Error 401"). However, this string is not always consistent.
It would be helpful if there was a more specific exception that we could use for this scenario.