We would like to request an enhancement to the native SolarWinds API Poller functionality.
Currently, we have an API integration that returns multiple values in the Set-Cookie response header. These values need to be extracted individually, stored as separate variables, and then passed into subsequent API requests as part of the authentication process.
At present, the API Poller does not appear to support separating and storing individual values from a single Set-Cookie response. This prevents the authentication workflow from completing with the native API Poller and may require custom scripting as a workaround.
We would like to request functionality that allows the API Poller to parse individual values from response headers, store them as separate variables, and reuse those variables in subsequent requests.
This would provide greater flexibility for APIs that use multi-stage or cookie-based authentication workflows.