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
We have observed that the SDK returns the same http code as 404 and the same error message as “The specified resource does not exist.” to the following three cases:
List against a non-existing container with empty anonymous credential because that container is not there.
List against a private container with empty anonymous credential because container is not enabled for anonymous access.
List against an anonymous-blob-only container with empty anonymous credential because container level access is prohibited for anonymous user.
I wonder if at least for case 2 and 3, it should return HTTP code 403 instead?
Thanks,
Yang
The text was updated successfully, but these errors were encountered:
We have observed that the SDK returns the same http code as 404 and the same error message as “The specified resource does not exist.” to the following three cases:
I wonder if at least for case 2 and 3, it should return HTTP code 403 instead?
Thanks,
Yang
The text was updated successfully, but these errors were encountered: