richie
7 years agoCommunity Hero
Capture Header Value For Property Transfer
Hi, I need to transfer the value of a custom header from a response to pass onto a subsequent GET request. I found the following (which is very helpful) but I'm a little stuck My test hie...
- 7 years ago
Remove the dot before [0] and toString() is probably not necessary as the property value will always be set as string.
groovyUtils.setPropertyValue("Properties", "originalFilename", value[0])