16
Views
1
Comments
Solved
[ardoHTTP] "Cookie" auth header causing length error in HTTPGet
ardohttp
Service icon
Forge asset by João Barata
Application Type
Service

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?

2023-09-06 14-42-47
Kyle Decker
Solution

Self solved, Cookie is apparently a forbidden header.
Setting to Set-Cookie works

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.