HTTP Location Check
General information
An HTTP Location Check tries to connect to the specified HTTP server and to check if the specified HTTP path on the HTTP server is available using the HTTP protocol. The path can point either to a directory or to a file on the HTTP server.
Status Conditions
- Successful - The HTTP location check is considered successful if Network Eagle successfully establishes a connection to the HTTP server, logs in and finds the specified HTTP URL.
- Failed - The HTTP location check is considered failed if a TCP connection is NOT established during the specified timeout interval. If the connection to the server is established, but the user login information is invalid or the file/directory is missing on the HTTP server.
Check Settings
Besides the standard properties, you should specify the following ones for this check:
- HTTP File - The path to the file/directory that should be checked on the server.
- TCP Port - You can specify the TCP port of the HTTP server If it is different from the standard one (80).
- Password protected - Select this check box if the HTTP server requires authentication. Network Eagle supports only the basic authorization scheme.
Press Settings button to enter:
- Username - The username for logging in to the HTTP server.
- Password - The password for logging in to the HTTP server.
- Use Proxy - Select this check box if you want to connect to the HTTP server using a HTTP proxy.
Press Settings button to enter:
- Proxy Address - The address of the HTTP proxy server.
- Proxy TCP Port - The TCP port of the proxy server.
- Proxy Username - The username for logging in to the proxy server.
- Proxy Password - The password for logging in to the proxy server.
- Accept 302 replies - Select this check box if you want HTTP 302 reply codes (redirection) to be considered as successful. Otherwise, replies with code 302 are considered as failed.
- Check Page Content - The link is assumed available if specified text is found on the HTML page. Otherwise, the check fails.
See the picture below.

|