Server Side Components
Server Side Component nodes execute on the server. They handle backend operations such as making HTTP requests, running scripts, reading cookies, and retrieving request metadata.
| Node | Description |
|---|---|
| Backend - HTTP Request | Performs an HTTP request from the server |
| Backend - Script | Executes a custom script on the server |
| Request - Get Cookies | Retrieves cookies from the current HTTP request |
| Request - Get HTTP Headers | Retrieves HTTP headers from the current request |
| Request - Get IP Address | Retrieves the IP address of the current request |
| Backend - Log | Writes log messages to the server log |
| Response - Set Cookies | Defines and sends cookies to the client as part of the HTTP response |