HTTP

Utility

ASYNC Has Internet Check

ASYNC Has Internet Check

Overview

This utility checks whether the user's system is currently connected to the internet. It does this by performing a lightweight HTTP request to https://www.google.com. If the request is successful, the node returns true otherwise, it returns false.

Inputs

None.

Outputs

  • Success – Executes If the user has a valid internet connection.

  • False – Executes If the user does not have a valid internet connection.

  • Has Internet – A Boolean output: true if the system is online, false otherwise.

Last updated

Was this helpful?