adrian-pavel / visual-nuget

Code for the Visual NuGet package manager extension for VS Code.
MIT License
30 stars 5 forks source link

Clear text password #21

Open ghost opened 1 year ago

ghost commented 1 year ago

We have an internal source, hosted by Nexus, which I have a cleartext password to (yup I know, it shouldn't be cleartext), I've tried almost every variation of auth I can think of but it doesn't work, the package list just doesn't display.

Any advice? I went down the path of CORS but I wasn't sure so I stopped..

adrian-pavel commented 2 months ago

Hi, can you please check the developer tools from the command palette and see if you have any errors? Or check the requests themselves and see what response it gets.