When we commonly use REST API to wherever, we need to include some token or cokie in each the REST query. After we create a session profile, we pass the handle in different procedure/quick calls. When we do that in the the REST query step does not inherit the token or header. We are using global variable/parameters to get the values. Is there a better way you guys suggest?
In python, once we modify the rest session object in one place, we don't have to worry about it in each query. This seems to be an issue in itest, at least not very straight forward.