TrueLayer / ginepro

A client-side gRPC channel implementation for tonic
Apache License 2.0
127 stars 24 forks source link

Pass origin to endpoint from service definition for SNI #51

Open Hartigan opened 7 months ago

Hartigan commented 7 months ago

Hi

This change allow to use ginepro with web servers, which verifies origin of request from Origin header.

eopb commented 6 months ago

Hi @Hartigan, thank you for opening a PR.

I'm afraid that I'm not grasping what the intention of this change is.

Can you please update the PR description with more details? If possible, it'd also be very helpful if you could add a test that exercises this behavior and documentation to describe it from the user's perspective.