Integration of a Variable in API Headers on FlutterFlow: Future Possibility?

Hello FlutterFlow community

The API I'm currently working with employs header-based authentication middleware for user requests. To illustrate:

$email = $request->getHeaderLine('email');
$password = $request->getHeaderLine('password')

Within the context of FlutterFlow, my objective is to include a variable within the header when I trigger an endpoint. This would allow me to transmit a variable from the appState as a part of the API request header.

For instance:

I'm curious to know if there are any plans to introduce the capability of appending variables to API headers. Is this a potential feature on the roadmap?

Thank you

7
8 replies