we have pure angular application ( not hosted in asp.net mvc core ) deployed to azure app service.
now requirement is, we need to add few security headers mentioned here
as well, wanted to remove X-Powered-By: ASP.NET header too.
so far on internet or my own search, what i found so far is to add in webconfig file, but remember,we have just angular app.
why should i use webconfig for that?
in your experience, how do you handle this situation? or what is the best answer?
Thanks in advance.