# HTTP

## Utility

### ASYNC Has Internet Check

<div data-full-width="false"><figure><img src="https://3435697989-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FY0AaujVx04fAwfuhX6eu%2Fuploads%2FJ0l34loSoyuFjo4W2m66%2FHasInternet.png?alt=media&#x26;token=0690bf5e-c9e8-4e48-9908-0fe589eca24f" alt=""><figcaption></figcaption></figure></div>

{% hint style="info" %}

### 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**](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.
  {% endhint %}
