How to do health-check by http GET without custom server?
Our health-check only support use GET method.
And the service is very simple, we do not want to write a custom node server, if it is not possible.
You can end the request in getInitialProps (res.end()) of a page. Please follow the issue template in the future 馃檹
Most helpful comment
You can end the request in getInitialProps (
res.end()) of a page. Please follow the issue template in the future 馃檹