Remover server header not working

Hello I have created 3 middlewares

I have also created a chain and added the three middleware. I am trying to remove the server header but it is still returning in the ingressRoute

Hi @ekjuanrejon can you share your configuration please? We cannot help you if you provide partial information :slight_smile:

Now it is working, not sure it was case sensitive. I end up placing the following

spec:
  headers:
    customResponseHeaders:
      server: ""
      Server: ""