Description
Blank HTML responses can be served from a tiny web server for testing, placeholders, or infrastructure probes. It is useful when a service endpoint must answer HTTP requests without hosting real content.
Even simple web servers expose a network listener. Bind it only where intended and avoid assuming a blank response means the service has no security impact.