You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@storm.apache.org by sunil yadav <ra...@gmail.com> on 2018/06/19 15:37:56 UTC

Http header injection in Storm UI responses

Hi All,

Need some guidance on how I can add configure http headers to response from
Storm UI.

Use case:

we have a security scan running on our servers which keep scanning deployed
apps on different ports. One of the thing it keeps complaining is about
missing X-content-type-options header missing on port xxxx.

I was thinking of using UI filters config to use custom http filter but not
sure if it will be supported.

Any thoughts, ideas how to achieve this.

P.s. I am using storm 1.2.1

Thanks,
Sunil