Azure WAF adds unwanted server http header -


the waf appears add http header each request following value:

server:microsoft-iis/10.0

this big problem causes fail penetration tests performed 3rd parties wish use our service. use url rewrite module remove server header, using waf has added in.

without getting discussions whether security hole (i don't think is), without being able control response client cannot pass penetration test. there option or have abandon azure waf?

this known issue application gateway , therefore waf, i've been told it's being addressed in coming release.

https://feedback.azure.com/forums/217313-networking/suggestions/16487725-remove-server-framework-headers-from-application-g


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -