> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/toolbox/communication/http/events/onhttpserverstart.md).

# On HTTP Server Start

## Overview

![The On HTTP Server Start Node.](/files/9czx0y0gsGxGu9QbfEuz)

**On HTTP Server Start** is an **Event Listener Node** notifying that the **HTTP** connection was successfully established, therefore enabling the user to perform actions on said connection to the *HTTP* server.

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

## Attributes

![The On HTTP Server Start Node Attributes.](/files/5v16iZ8RVCkvefbvhIwr)

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

## 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

* [**On HTTP Server Stop**](/incari-studio/toolbox/communication/http/events/onhttpserverstop.md)
