Forum Discussion

rkiesler's avatar
15 years ago

Using property transfer to pass HTTP header from response to

Specifically, I am trying to capture a JSESSIONID header from an HTTP GET response to a subsequent HTTP POST. The examples I've see are all based on XML and SOAP payloads where XPath can be used, howe...