Azure-Samples / Azure-Samples/storage-dotnet-rest-api-with-auth
PUT-Request for creating container lead to System.NullReferenceException
Open
- Dominant language
- C#
- Stars
- 31
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
Http PUT Requests lead to a NullReferenceException in Function AzureStorageAuthenticationHelper.GetAuthorizationHeader in Line 40 because the program tries to get the content length of the httpRequest which sometimes may not be set and therefor is null.
For example when trying to create a container the necessary parameters are passed via URL-Parameter.

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.