Multiple choice technology web technology

How too hide the identity of the Web servers in an internet environment

  1. You can use an Fire wall to hide

  2. You can use an http Handler to hide

  3. You can use an ISAPI filter to hide

  4. You can never hide.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An ISAPI filter can intercept IIS web server responses and modify headers (such as the 'Server' header) to hide or spoof the identity of the web server. Firewalls block traffic but do not natively rewrite application-layer headers in this manner.