Middleware scripting catch the response and change it

Hi all, im new with TYK, is it possible to obtain the API response and change it in a middleware script?
I only see pre and post scripts with request and session parameters

Not currently, there’s no response-processor JS middleware yet, it’s all inbound at the moment. You could use a virtual path though, though it wouldn’t be as fast as a raw proxy

1 Like

Ok thx for the answer