We are trying to use a Web Run node to run a vendor provided REST API that requires an authentication header. Our first Web Run node successfully receives a bearer token from the vendor. We parse the authentication data received and run a second Web Run node. The second Web Run node, which has the required "Authorization: {token}" in the header, is not working. From what we can tell, IPD is stripping the header from the call completely and for no apparent reason.
Reaching out to see if any IPA experts have seen this IPD issue before with REST API's requiring an authentication header and if they know of any fixes or workarounds.
We're running on v.10.1.1.70, but have a contact who has tried it on v.11.0.17 and it still doesn't work.