
Securely Handling Secrets in HTTP Files with Visual Studio 2022
Visual Studio has received a great improvement into .http file handling. Version 17.8 Preview 1 includes a support for secret handling, so you don’t need to add comments about replacing tokens or access keys into .http files anymore. From now on you can use ASP.NET Core user secrets, Windows DPAPI or even Azure Key Vault to store your API secrets. I think that Azure Key Vault is the most interesting, …








