Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting HTTP response status 403 when browsing Artifactory package source in Visual Studio Package manager #13228

Closed
kosa-gyula-77 opened this issue Feb 8, 2024 Discussed in #13220 · 3 comments
Labels
Area:Authentication Area:HttpCommunication Resolution:NeedMoreInfo This issue appears to not have enough info to take action Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP

Comments

@kosa-gyula-77
Copy link

To reproduce

Browse packages in Visual Studio Package manager by selecting an Artifactory nuget package source that requires authentication.
packageSourceCredentials is set in NuGet.config with the personal Identity Token generated by Artifactory as password.

Details

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 with 403 HTTP status and WWW-Authenticate: Basic header set.
No subsequent requests are made by Visual Studio.

Further technical details

@ghost
Copy link

ghost commented Feb 8, 2024

Issue is missing Type label, remember to add a Type label

@ghost ghost added the missing-required-type The required type label is missing. label Feb 8, 2024
@nkolev92
Copy link
Member

@kosa-gyula-77

Please use the templates for future issues.

403 suggests to me that the credentials were actually sent, but they were invalid.

Can you try generating new credentials?

@nkolev92 nkolev92 added Type:Bug Area:Authentication Area:HttpCommunication Triage:NeedsRepro WaitingForCustomer Applied when a NuGet triage person needs more info from the OP and removed Triage:Untriaged missing-required-type The required type label is missing. labels Feb 14, 2024
@dotnet-policy-service dotnet-policy-service bot added the Status:No recent activity No recent activity. label Feb 29, 2024
Copy link
Contributor

This issue has been automatically marked as stale because we have not received a response in 14 days. It will be closed if no further activity occurs within another 14 days of this comment.

@dotnet-policy-service dotnet-policy-service bot added Resolution:NeedMoreInfo This issue appears to not have enough info to take action and removed Status:No recent activity No recent activity. labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area:Authentication Area:HttpCommunication Resolution:NeedMoreInfo This issue appears to not have enough info to take action Type:Bug WaitingForCustomer Applied when a NuGet triage person needs more info from the OP
Projects
None yet
Development

No branches or pull requests

3 participants