Skip to content

Microsoft.Rest.ClientRuntime_2.3.24

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 12 Apr 16:31
0a3afc9
Clientruntime/sanitize request header (#28169)

* fix(ClientRuntime): sanitize request headers

1. add `HttpRequestSanitizer` to sanitize headers
2. update `HttpRequestMessageWrapper` to sanitive headers during headers copy
3. add test cases

* prepare release notes of 2.3.24