You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header value null check (#2241)
* Throw an exception when adding a header with `null` value
* Add multiple header values properly
* Default headers should allow multiple values
Move the instantiation of RequestContent after calling the Authentica…
…tor (#2062)
* Move the instantiation of RequestContent after calling the Authenticator
* Add auth tests
* Fix null content issues with .NET Framework