Calling Azure SQL Database REST API gives the error: The authentication scheme of Basic is not supported
问题 In the following code of my WPF Core client app , I am trying to use this Azure SQL Database REST API to delete a database in my Azure subscription. But I am getting the error shown below: Question : What I may be missing, and how can we resolve the issue? Remark : I found a similar example here, and I'm not sure why my code is not working. The same user name (with SQL Admin access) and password works fine when I connect to the same Azure SQL Db from SSMS - 2019 on my laptop. Code : const