Transform the given client request.
Transform the given client request.
This will be invoked on all requests outgoing from the client.
The client request header.
The transformed client request header.
Transform the given client response.
Transform the given client response.
This will be invoked on all responses incoming to the client.
The client response.
The client request. Useful for when the response transformation requires information from the client request.
The transformed client response header.
Transform the given server request.
Transform the given server request.
This will be invoked on all requests incoming to the server.
The server request header.
The transformed server request header.
Transform the given server response.
Transform the given server response.
This will be invoked on all responses outgoing from the server.
The server response.
The transformed server request. Useful for when the response transformation requires information from the client.
The transformed server response header.
Transfers service principal information via the
User-Agent
header.If using this on a service that serves requests from the outside world, it would be a good idea to block the
User-Agent
header in the web facing load balancer/proxy.