# HTTP Server Stop

## Overview

![The HTTP Server Stop Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-85572e94305bf9d23290193b75c3964b0516b6df%2Fhttpserverstopnode20241.png?alt=media)

The **HTTP Server Stop Node** terminates the connection with an **HTTP Server**.

It is important to note that while the **HTTP Server Stop Node** stops the connection to an **HTTP Server**, it may not completely finish disconnecting from 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 Stop Node**](https://docs.incari.com/incari-studio/2024.1/toolbox/communication/http/events/onhttpserverstop) instead. This way, it is assured that the **Logic** will execute once the connection to the **HTTP** **Server** has been terminated.

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

![HTTP Server Stop and On HTTP Server Stop Configuration.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-015284620b5e4f3c4b351d5aa4494cc9a76b0a72%2Fhttpstopvsonhttpstop.png?alt=media)

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

## Attributes

![The HTTP Server Stop Node Attributes.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-ad4cda896b73a2882dbff5938273668299ac8687%2Fhttpserverstopattributes.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/2024.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 Start**](https://docs.incari.com/incari-studio/2024.1/toolbox/communication/http/httpserverstart)
