BF_14Corp
3 years agoNew Contributor
context values saved to a data sink
I would like to post the value of context parameters requestURI and httpresponseProperties to a data sink for a GET request.
When I try the below groovy code I get null. any suggestions.
String therequestUri = new String(context.getProperty("requestUri").toString())