Remove Headers Added By WebServer (nginx) In Aspcore Application
I am using aspcore sdk3.1, when I published my application on nginx without any configuration in My App, I saw that the web server automatically added 1access-control-allow-origin:*1 Header to all my requests. Can I delete this header in my application…