-
-
Notifications
You must be signed in to change notification settings - Fork 852
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 response code on any endpoint - how to monitor it? #520
Comments
Hi @setevoy2 ! Can you please show your config? Which version are you using? |
@slimus I reproduced the issue with Postman when using r.HEAD(PushConf.API.HealthURI, heartbeatHandler) |
curl default method is
curl -I for HEAD
|
Hi, thanks for the tool!
Faced with an issue: adding the service to our monitoring, and found that every endpoint responses with the 404:
What the correct way to run the checks then?
The text was updated successfully, but these errors were encountered: