This change enables passing interceptors to the flagd-web provider which can be leveraged to add extra headers to outgoing requests.
Notes
I'm working on bootstrapping a flagd deployment, and I have flagd behind a proxy that requires a session header. I didn't see an existing way to mutate requests.
This PR
This change enables passing interceptors to the flagd-web provider which can be leveraged to add extra headers to outgoing requests.
Notes
I'm working on bootstrapping a flagd deployment, and I have flagd behind a proxy that requires a session header. I didn't see an existing way to mutate requests.