Hi Team,
In postman response i am able to see below header varibles with value.
Connection - keep-alive Content-Length - 410
I am able to read "Connection" value in AssignMessage using below syntax
response.header.Connection
Same way when i try to read below fields, i am not getting the value, its coming as empty value. response.header.Content-Length
request.header.Connection
Please let me know if there is any other way to get it.
Thanks, Satheesh.K