# HTTP

![The Project Settings HTTP Attributes.](/files/9vI9J5Z32GXj07Idr5Ja)

The **HTTP Settings** cover the necessary data to provide functionality to the [**HTTP Nodes**](/incari-studio/2023.2/toolbox/communication/http.md).

`Name` is an identifying name of a *HTTP* server chosen at the user's discretion. This will show up in the **Nodes** as a choice for the `Configuration` **Attribute**.

`Is IPv6` can be enabled or disabled. *IPv6* is the newest version of the *Internet Protocol*. More information about *IPv6* can be found in the **External Links** section.

`Local port` is the port the user chooses to use for their *HTTP* server. For *HTTP*, the standard is 80 or 8080 and for *HTTPS*, the standard is 443. More information on ports and port forwarding can be found in the **External Links** section.

`Use SSL` enables (or disables) the use of the `SSL Certificate`.

The `SSL Certificate` makes it possible to utilize the *HTTPS* protocol by incorporating *SSL* encryption.

`Autostart` can be enabled or disabled and dictates when the server is run (from the beginning of an application's life cycle or when the appropriate **Nodes** are used).

## See Also

* [**HTTP Nodes**](/incari-studio/2023.2/toolbox/communication/http.md)

## External Links

* More information on [*IPv6*](https://en.wikipedia.org/wiki/IPv6).
* More information on [*ports*](https://en.wikipedia.org/wiki/Port_\(computer_networking\)).
* More information on [*port forwarding*](https://en.wikipedia.org/wiki/Port_forwarding).
* More information on [*SSL certficates*](http://www.steves-internet-guide.com/ssl-certificates-explained/).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.incari.com/incari-studio/2023.2/modules/project-settings/http.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
