-
Notifications
You must be signed in to change notification settings - Fork 321
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
HEAD requests not supported #507
Comments
Hello, Can you give us an example of such monitoring platform? Are you doing monitoring on client side or server side? Which API endpoints you would need in particular? Currently we have a |
I use free UptimeRobot subscription and it only support HEAD requests which is lead to a 404 error on any path I've tested. (
|
Sounds good we'll add this to the v4.7. |
…support more uptime monitoring tools (GITHUB #507)
…checkstatusjson-to-support-more-uptime-monitoring-tools-GITHUB-507' into 'common' PB-30330 Add HTTP HEAD method support to /healthcheck/status.json to support more uptime monitoring tools (GITHUB #507) See merge request passbolt/passbolt-pro-api!1519
ISSUE NAME
-- Operating system: CentOS 7
-- PHP: 7.4
-- Web server: nginx
-- Database server: mariadb
HEAD requests are deactivated on all routes, some monitoring platform only support HEAD request (this might depend on subscription level).
It could be interesting to support HEAD requests, one some routes at least, if there is no security concern of course.
The text was updated successfully, but these errors were encountered: