Solutionunvalidated
You can configure Nginx to block any request that has an Invalid HTTP_HOST header — server { listen 80; server_name example.com;. Tension: while filtering out requests with invalid host headers at the proxy server. Outcome: return 444;.
082957d8-08a0-4dd1-8d4c-53af2d25b7b8
You can configure Nginx to block any request that has an Invalid HTTP_HOST header — server { listen 80; server_name example.com;. Tension: while filtering out requests with invalid host headers at the proxy server. Outcome: return 444;.