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
New headers are always "added" to the default one. This makes it impossible to override headers. For example, I have a default source header as "foo", but in my client code, I passed my header with source: bar. The result in this code will be source: foo, bar which will cause trouble if the remote endpoint checks for specific source. Can we have some mechanism to allow header override?
The text was updated successfully, but these errors were encountered:
zanzibar/runtime/client_http_request.go
Line 144 in 2939c4d
New headers are always "added" to the default one. This makes it impossible to override headers. For example, I have a default
source
header as "foo", but in my client code, I passed my header withsource: bar
. The result in this code will besource: foo, bar
which will cause trouble if the remote endpoint checks for specific source. Can we have some mechanism to allow header override?The text was updated successfully, but these errors were encountered: