While firing with HTTPGet and using a Cookie header to access SAP API I receive the following error.
"Length cannot be less than zero. Parameter name: length".
No other values of any sort are passed from the action in debugging. I have confirmed that a value is indeed being provided to the header.Is there something more expected for auth headers that the action doesn't prompt for?
Self solved, Cookie is apparently a forbidden header.Setting to Set-Cookie works