79640403

Date: 2025-05-27 11:42:43
Score: 1
Natty:
Report link

Try curling with -H "Host: your.dns.name.com" http://ec-instance-ip-address/

if the ec2 instance response contains a valid body, then your application is configured to drop connections for requests with missing host headers. Configure your web server to respond with 200 for /health regardless of the value of the host header.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Edik Mkoyan