Per RFC 7617 the HTTP Authorization scheme for basic authentication is Basic, but SimpleClientWebSocketComponent is writing the scheme as Basic: (with a colon). I discovered this problem when trying to use the docile-charge-point simulator against a Central System that requires basic authentication.
Coverage remained the same at 85.357% when pulling 3400258d6a7c6ebb0b32cceb40240197d87f76c3 on SolarNetwork:master into 1712fedba1109be4297c83d016e3d890d35332da on NewMotion:master.
Coverage remained the same at 85.357% when pulling 3400258d6a7c6ebb0b32cceb40240197d87f76c3 on SolarNetwork:master into 1712fedba1109be4297c83d016e3d890d35332da on NewMotion:master.
Per RFC 7617 the HTTP Authorization scheme for basic authentication is
Basic
, but SimpleClientWebSocketComponent is writing the scheme asBasic:
(with a colon). I discovered this problem when trying to use the docile-charge-point simulator against a Central System that requires basic authentication.