Comments on: How to remove the server header from ASP.NET Core 3.1 https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-remove-the-server-header-from-asp-net-core-3-1 Everyone can code! Tue, 08 Feb 2022 22:46:03 +0000 hourly 1 https://wordpress.org/?v=6.5.2 By: Varin https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-11 Tue, 08 Feb 2022 22:46:03 +0000 https://karthiktechblog.com/?p=473#comment-11 Anyone figured out removing the Server info. from the Response Header without using UserKestrel option?

]]>
By: Tushar https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-10 Mon, 10 Jan 2022 06:41:44 +0000 https://karthiktechblog.com/?p=473#comment-10 In reply to KarthikKannan.

When we use UseKestrel then we cannot run our application in the IIS server. We want to remove serverHeader while running application in the IIS server.
The solution you mentioned above will not allow our application to run on IIS

]]>
By: KarthikKannan https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-9 Wed, 15 Dec 2021 23:02:03 +0000 https://karthiktechblog.com/?p=473#comment-9 In reply to Abu.

Hi Abu, are you asking how to remove “IIS” from the response header? you are seeing “IIS” in your API response header?

]]>
By: Abu https://karthiktechblog.com/aspnetcore/how-to-remove-the-server-header-from-asp-net-core-3-1/#comment-8 Wed, 15 Dec 2021 12:15:59 +0000 https://karthiktechblog.com/?p=473#comment-8 This is not remove IIS Server.
Could You Please Tell How to remove IIS Sever Header

]]>