RafalWilinski/express-status-monitor

cannot pass header into endpoint healthcheck

binhhieutu opened this issue · 0 comments

My endpoints that need health checks require authentication before being called for inspection, but I don't see any options for passing headers into the request. In the example, I can see a section for passing headers, but in the source code, there's no part for passing headers (src/helpers/health-checker.js:29).

image