# How can I delete Server information from Response Header?

**URL:** https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142
**Category:** Wowza Streaming Engine
**Tags:** security
**Created:** [May 8, 2020, 6:13am UTC](https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142 "2020-05-08T06:13:09Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Jay\_Joo](https://avatars.discourse-cdn.com/v4/letter/j/bbce88/32.png) [@Jay\_Joo](https://community.wowza.com/u/Jay_Joo)
#### Post date: [May 8, 2020, 6:13am UTC](https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142/1 "2020-05-08T06:13:09Z")

</div>

I want to erase the data visible in the boxed area.

What should I do?

I want to know how.

Please! Help me!

---

<div class="post-metadata">

### Author: ![video\_streaming](https://avatars.discourse-cdn.com/v4/letter/v/22d042/32.png) [@video\_streaming](https://community.wowza.com/u/video_streaming)
#### Post date: [May 8, 2020, 7:17pm UTC](https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142/2 "2020-05-08T19:17:57Z")

</div>

Thanks for the details. To stop showing this information please add the following Property that will replace “WowzaStreamingEngine/[version]” so you can add a custom name.

```auto
**Path** : Root/Server
**Name** : httpHeaderServer
**Type** : String
**Value** : [Your Custom Server Name]

```

After adding the Property a restart of the Wowza Streaming Engine software is required for the changes to take effect.

Please see the following article on how to add Properties using Wowza Streaming Engine Manager.

[https://www.wowza.com/docs/how-to-get-started-as-a-wowza-streaming-engine-manager-administrator](https://www.wowza.com/docs/how-to-get-started-as-a-wowza-streaming-engine-manager-administrator)

If editing the Server.xml file with a text editor, add to the **Server/Properties** container at the bottom of the file.

The Property will look like this:

```auto
<Property>
 <Name>httpHeaderServer</Name> 
 <Value>[CustomServerName]</Value>
 <Type>String</Type> 
</Property>

```

Again a restart of the Wowza Streaming Engine software is required for the changes to take effect.

---

<div class="post-metadata">

### Author: ![video\_streaming](https://avatars.discourse-cdn.com/v4/letter/v/22d042/32.png) [@video\_streaming](https://community.wowza.com/u/video_streaming)
#### Post date: [May 8, 2020, 7:19pm UTC](https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142/3 "2020-05-08T19:19:10Z")

</div>

Let me know if that helps.

---

<div class="post-metadata">

### Author: ![Jay\_Joo](https://avatars.discourse-cdn.com/v4/letter/j/bbce88/32.png) [@Jay\_Joo](https://community.wowza.com/u/Jay_Joo)
#### Post date: [May 11, 2020, 12:41am UTC](https://community.wowza.com/t/how-can-i-delete-server-information-from-response-header/55142/4 "2020-05-11T00:41:42Z")

</div>

It worked out well with your help.

Thank you so much.

You will be blessed.
