raviraj
7 years agoOccasional Contributor
How to read or get all cookie values from the response ?
Hi,
Currently I have a response which has 2 Cookies in the response lets say
Name=A, value=ABC, Domain=D, Path=/, Http=false, Secure=false
Name=B, value=XYZ, Domain=M, Path=/, Http=true, Secure=true
But in Soapui I can only view
B=XYZ;Path=/;Secure;HttpOnly response under Headers [Set-Cookie]
But from Postman I am able to view both the cookies.
In Soap UI is there any way to read both the cookie name and values ???
Or any groovy script for the same ?