Hey,
I am trying to set up a Team City NuGet external feed in Octopus Deploy and I am having some trouble getting it to work.
The feed I’m trying to add uses basic auth. If I enter the feed URL, username and password into Postman (for testing) it works fine. If I do the same in Octopus Deploy, I get a 401 from the Team City server. If I inspect the request sent by the Octopus Deploy test page, it doesn’t have an Authorization header in the Team City request. If I use the public Team City endpoint then it works fine.
Can you point me in the right direction to try and resolve this issue? Apologies if I haven’t included enough details, happy to provide any further information.