diff --git a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp index 1c3e170c9..456b8b573 100644 --- a/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp +++ b/sdk/core/azure-core/src/http/winhttp/win_http_transport.cpp @@ -189,7 +189,8 @@ void WinHttpTransport::CreateSessionHandle(std::unique_ptrm_sessionHandle = WinHttpOpen( - L"WinHTTP Azure SDK", + NULL, // Do not use a fallback user-agent string, and only rely on the header within the + // request itself. WINHTTP_ACCESS_TYPE_NO_PROXY, WINHTTP_NO_PROXY_NAME, WINHTTP_NO_PROXY_BYPASS,