manikuma3
9 years agoNew Contributor
Need to save cookies from intermediate calls when redirect option is true
Hi,
I am trying to add few APIS in SoapUI to pass the login credentials and get the auth token in return. The first leads to redirecting it to further APIs. The intermediate calls return some keys as cookie in response and I need to retain those to use in my subsequent calls. I did try by setting redirect option to false but all the calls it redirects works only if it is redirected from the main call. When I try ti run those individually, I do not get any response.
Is there a way in SoapUI to retain all the cookie values from intermediate calls ?
Thanks,
Manish