Wappler Version: 3.3.6
Operating System: Mac OS Big Sur
Expected behavior
A Server-Side API request responds with JSON data.
Part of the Response Data from the server-side request is then dynamically set as an API header value in a client-side API request, and the request is sent.
Request is successful
Actual behavior
A Server-Side API request responds with JSON data.
I also tried setting the value as a session variable, which works, but it, too, cannot be sent as an API Header value.
The API request is successful if I set the header value manually (hard code it), but the value will change for each session, so it needs to be dynamic.
@Kohlmanndean did you ever figure this out? I’m having the exact same issue with input data attributes. Sending a string of the dynamic data value (as you were seeing) instead of actually pulling the data.
Hi,
This is still an issue - adding a dynamic header (in my case, set from a variable) doesn’t dynamically populate the request.
Additionally, I’m setting a customer header (“x-api-key”), and when I save the project, there is a space inserted in the header name so it becomes " x-api-key".