#170·MailHog

404 Response Code

Author: nickschuchCreated Aug 26, 2017Updated Mar 14, 2026
Labelsquestionwaiting

I am trying to use this as a backend behind a load balancer.

The backend returns a 404, I am able to replicate with a curl request (works via my browser).

$ curl -I http://127.0.0.1:8025
HTTP/1.1 404 Not Found
Content-Type: text/plain; charset=utf-8
X-Content-Type-Options: nosniff
Date: Sat, 26 Aug 2017 11:40:42 GMT
Content-Length: 19

I am going to do some debugging, wanted to create an issue to see if others have seen this behavior.