Return the HealthScanner status code
- Last Updated: March 1, 2024
- 2 minute read
- OpenEdge
- Version 12.2
- Documentation
Typically used with the ELB health check, the http://hostname:8899/health can be used to return a
status code for the server.
- Enter the following URL in a
browser:
http://localhost:8899/health - A success code of 200 or a blank response is returned depending on
the browser shown here:
- To show the status code in Chrome select …, More Tools, Developer
tools from the toolbar.
- Select Network from the menu.
- Refresh the URL.
- Return to the DevTools browser window, note a Status of 200 indicating that the HealthScanner is
available. .