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
If we set content_type header in custom_metadata (application/grpc), the library itself adds content_type header too.
So the request contains duplicate content_type headers and this could be lead to failure if the server doesn't handle duplication.