jasonbarr

Results 2 comments of jasonbarr

Hey guys, I'm doing this to get the value I need: ``` var header_string = postman.getResponseHeader('Set-Cookie'); console.log(header_string); pm.environment.set(`tracking_code`, header_string.substr(8, 48)); console.log(pm.environment.get(`tracking_code`)); ``` But in the newman console I see that...

Getting the same issue, will give this workaround a try. Looks like it's a common problem...