I wanted to add my own proxy for http requests. Originally all requests went through the host and I just needed to add my own implementation. Now that they go through the rust sidecar there needs to be a way for the sidecar to callback to transform an http request. This gives an easy way for users to provide their own proxy in the host process where they can substitute credentials or perform additional security checks.
I have an open PR here to add this sidecar callback: #1444
I wanted to add my own proxy for http requests. Originally all requests went through the host and I just needed to add my own implementation. Now that they go through the rust sidecar there needs to be a way for the sidecar to callback to transform an http request. This gives an easy way for users to provide their own proxy in the host process where they can substitute credentials or perform additional security checks.
I have an open PR here to add this sidecar callback: #1444