Hi
I’m working with Tyk Endpoints and APIs that regularly remove and add headers using context variables and session metadata
The use case i’m confronted with is a situation where I need conditional checks in my header transformation.
Basically check whether a header is set (or not) inside the request, and if so decide to replace it (or not) with a session metadata value
I’m confused if Go templates described for request body transformation could be used here for this conditional check
Thanks