Hi
We are running C++ server(with TLS 1.2 OpenSSL 1.1.1n). The clients are in C#, Java and C++;
All clients work fine, but when using C++ client, the server receives a large amount of Authorization information along with application data.
(C#, Java client are not sending those information)
GET /data//somehost-1/ddt//ds-1117482431063112572/2.out HTTP/1.1
Host: somehost .dev.xx.com:27159
Authorization: Negotiate YIIMmQYGKwYBBQUCoIIMjTCCDImgMDAuBgkqhkiC9xIBAg......
Host: somehost .dev.xx.com:27159
Authorization: Negotiate YIIMmQYGKwYBBQUCoIIMjTCCDImgMDAuBgkqhkiC9xIBAg......
The C++ client is using CURL [7.83.0] with OpenSSL 1.1.1n.
Thanks
Jason