# HTTP Server Start

## Overview

![The HTTP Server Start Node.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-0946fb20cdae696683fb6d19276c6d4e1939b670%2Fhttpserverstartupdatedimage.png?alt=media)

The **HTTP Server Start Node** starts communication with a server that has already been set up in [**Project Settings**](https://docs.incari.com/incari-studio/2023.1/modules/project-settings/http).

It is important to note that while the **HTTP Server Start Node** starts a connection to an **HTTP Server**, it may not completely finish establishing said server when the **Node** is executed. This could lead to the **Logic** attached to its **Output Pulse** to not work even though there is technically nothing wrong. In order to avoid this, it is highly suggested to use the [**On HTTP Server Start Node**](https://docs.incari.com/incari-studio/2023.1/toolbox/communication/http/events/onhttpserverstart) instead. This way, the **Logic** will only execute once the **HTTP Server** connection has definitely been established.

Again, the user must first use the **HTTP Server Start Node** to open the connection. Separately, the **On HTTP Server Start Node** can be used to execute the desired **Communication Logic**.

![HTTP Server Start and On HTTP Server Start Configuration.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-1fcdb3ebbe69b1fa64b930bef3c1481177c8d1ba%2Fhttpstartvsonhttpstart.png?alt=media)

[**Scope**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.1/toolbox/communication/overview.md#scopes): **Project**, **Scene**.

## Attributes

![The HTTP Server Start Node Attributes.](https://2628349686-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fwnv17cpjDin2deSlOz0z%2Fuploads%2Fgit-blob-f2ef4915fd8f37fb78f9041bc05549b0c2a54300%2Fhttpserverstartattributes.png?alt=media)

| Attribute       | Type          | Description                                                                                                                                                                                    |
| --------------- | ------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Configuration` | **Drop-down** | The desired *HTTP(S)* server, which refers back to the selections made under *HTTP* in the [**Project Settings**](https://docs.incari.com/incari-studio/2023.1/modules/project-settings/http). |

## Inputs

| Input             | Type      | Description                                                           |
| ----------------- | --------- | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse** | A standard **Input Pulse**, to trigger the execution of the **Node**. |

## Outputs

| Output             | Type      | Description                                                                                                                            |
| ------------------ | --------- | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse** | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |

## See Also

* [**HTTP Server Stop**](https://docs.incari.com/incari-studio/2023.1/toolbox/communication/http/httpserverstop)
