You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each client in our system has unique user-agent assigned to them.
We have a service that validates the request based on value set in "User-Agent" header/metadata in request.
I have tried to set the metadata in request using --metadata-file=mymetadata.json.
But server always receives User-Agent as "grpc-go/1.45.0". No matter what I set.
Is there any other way to set the UserAgent or am I missing some step?
Do point me to any reference/documentation I may have missed.
Thanks and Regards,
Adam
The text was updated successfully, but these errors were encountered:
Hello All,
Each client in our system has unique user-agent assigned to them.
We have a service that validates the request based on value set in "User-Agent" header/metadata in request.
I have tried to set the metadata in request using --metadata-file=mymetadata.json.
But server always receives User-Agent as "grpc-go/1.45.0". No matter what I set.
Is there any other way to set the UserAgent or am I missing some step?
Do point me to any reference/documentation I may have missed.
Thanks and Regards,
Adam
The text was updated successfully, but these errors were encountered: