You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default health check endpoint for load balancers normally is "/", which by default returns a 404, and it sends the request with an internal IP host, that is blocked by ALLOWED_HOSTS checking, returning a 403.
A suggestion is creating a "/health-check" endpoint that simply returns a 200 back and creating a middleware to ignore allowed host checking for this endpoint. Ideas?
The text was updated successfully, but these errors were encountered:
The default health check endpoint for load balancers normally is "/", which by default returns a 404, and it sends the request with an internal IP host, that is blocked by ALLOWED_HOSTS checking, returning a 403.
A suggestion is creating a "/health-check" endpoint that simply returns a 200 back and creating a middleware to ignore allowed host checking for this endpoint. Ideas?
The text was updated successfully, but these errors were encountered: