I've set up Artifactory and uploaded some (s)nupkg packages. Then i've added the artifactory feed as described in the documentation. https://jfrog.com/knowledge-base/artifactory-how-to-configure-artifactory-as-symbol-server-and-integrate-with-visual-studio/
This nuget packages can be downloaded from artifactory as expected and all works well well. Yet for some reason, i can't seem to download the pdb symbols.
When i debug my code and look in the modules tab, i can see that the symbols are not loaded. In the log i can find an HTTP_STATUS_BAD_METHOD error:
SYMSRV: HTTPGET: /artifactory/api/nuget/v3/etm-nuget-local-release/ETM.WCCOA.Basics.pdb/6264D37419404FE5A4A845AF52F44612ffffffff/ETM.WCCOA.Basics.pd_ SYMSRV: HttpQueryInfo(HTTP_QUERY_CONTENT_LENGTH): 800C2F76 - ERROR_HTTP_HEADER_NOT_FOUND SYMSRV: HttpQueryInfo: 80190195 - HTTP_STATUS_BAD_METHOD SYMSRV: RESULT: 0x80190195
If i copy the string into my browser and add the address of the artifactory server like this: https://artifactory.etm.at:8445/artifactory/api/nuget/v3/etm-nuget-local-release/ETM.WCCOA.Basics.pdb/6264D37419404FE5A4A845AF52F44612ffffffff/ETM.WCCOA.Basics.pdb
i can download the pdb and then add it manually to the the modules and everything works as expected. So it seems like there's a problem with the automatic download in studio from artifactory. i don't know what's causing this, but the authentication should not be the problem, since i've also tried it with my admin account and the normal nuget packages are fine