
| Type | Description | URL Format |
|---|---|---|
| HTTP | Requests the provided HTTP URL and verifies it returns a success status code (2xx or 3xx) Default Port is 80 |
http://HOST:PORT/PATH?QUERYSTRING |
| HTTPS | Requests the provided HTTPS URL and verifies it returns a success status code (2xx or 3xx) Default Port is 443 |
https://HOST:PORT/PATH?QUERYSTRING |
| TCP | Attempts to establish a TCP connection to the specified address | tcp://HOST:PORT |