Return the HealthScanner status code
- Last Updated: February 11, 2026
- 2 minute read
- OpenEdge
- Version 13.0
- Documentation
Typically used with the ELB health check, 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:
- To show the status code in Google Chrome, select …, More Tools, Developer tools:
- Select Network:
- Refresh the URL.
- Return to the DevTools browser window. Note that a Status of 200 indicates that the
HealthScanner is available.