beeping
beeping copied to clipboard
HTTP Monitoring via API - Measure the performance of your servers
Add sending 5XX errors handling (instead of sending JSON error) when a check error occur: * Activated by handle5XX arg (true by default) * Responding to client 522, 523, 524...
Hi we use beeping with pattern check and we would like to use regex pattern. For example, we check Hashicorp Vault via an API call and we need to verify...
** BASED ON THE BRANCH "removing-gin" ** ** MERGE FIRST "removing-gin" ** - Add a HTTP Basic Auth (digest) mecanism to secure the BeePing server. - Update the readme file....
Includes the remote address in the request, following [RFC 7239, section 4](https://tools.ietf.org/html/rfc7239#section-4). This is not going to be exact for every case, because `http.Request.RemoteAddr` has no defined format (see https://golang.org/src/net/http/request.go#L260)....
# Issue It appears that we can bypass the local IP blacklist (implemented in #16) by replacing decimal characters with hex. I have tried with octal, and that didn't appear...
As detailed in #16, the application's design makes it vulnerable to server-side request forgery (SSRF). While there have already been some mitigations put into place, it would also benefit from...