Why am I getting HTTP response status 403 when browsing Artifactory package source in Visual Studio Package manager? #13220
Replies: 1 comment
-
Raised as issue at #13228 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To reproduce, browse packages in Visual Studio Package manager by selecting an Artifactory nuget package source that requires authentication.
packageSourceCredentials
is set inNuGet.config
with the personal Identity Token generated by Artifactory as password.Visual Studio Package manager does not respond to challenge
WWW-Authenticate: Basic
according to Fiddler. Only one round trip occurs with Artifactory package source in that the request is responded with403
HTTP status andWWW-Authenticate: Basic
header set.No subsequent requests are made by Visual Studio.
Further technical details
Beta Was this translation helpful? Give feedback.
All reactions