Frontend HTTP Request Node
| Description | The Frontend - HTTP Request node allows sending HTTP requests directly from the frontend (client side). The request is executed in the user's browser rather than on the backend. |
| Available in | Authentication, Admin, Self Service, Consent, Library, Custom, User Defined |
| Node Name | Frontend - HTTP Request |
API Configurations
This section defines the parameters for the HTTP request sent by the node.
API Method / URL
#### API Method Specifies the **HTTP method** used for the request (GET, POST, PUT, PATCH, DELETE). #### Follow Redirects When enabled, the request will automatically **follow HTTP redirects** returned by the server. #### API URL Defines the **endpoint URL** of the internal or external service that will be called.API Headers
Allows you to define custom **HTTP headers** to include in the request.API Data
Defines the **body of the HTTP request**, providing the data that will be sent to the external service (POST, PUT, PATCH).withCredentials Option
This option enables the **withCredentials flag** of the XMLHttpRequest. When enabled, the request will **include credentials** such as cookies, authorization headers, or TLS client certificates. This is typically required when making **cross-origin requests** that need to be authenticated or maintain a user session.Save in the Flow store
Attributes from the HTTP response can be saved **into a variable** for reuse by other nodes. See [Common Configurations]({filename}/pages/io/io-nodes/io-node-types/common-configurations.md#save-in-the-flow-store) for details.Default Output Node
- Success
- Failure