FraunhoferIOSB / FROST-Python-Client

Python Client Library for FROST.
GNU Lesser General Public License v3.0
8 stars 8 forks source link

Protected FROST servers #39

Open phikuh opened 1 month ago

phikuh commented 1 month ago

As far as I can see the client doesn't provide a way to interact with username and password protected servers or it is not documented. To achieve this the Authorization header would need to be set to Basic followed by the base64 encoded string username:password.