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
To Reproduce
The http driver adds headers by default, if the user wants to set his own values for these headers, then these values are duplicated. For example, by default, the Accept-Language header is set with the value en-US, en; q = 0.9, ru; q = 0.8, the user wants to set his own value sq; q = 0.6, but the previous value is not replaced by the custom one, but is added to the value by default - en-US, en; q = 0.9, ru; q = 0.8 sq; q = 0.6.
Expected behavior
User headers should replace the default headers
Additional context
Reproducible on all ferret versions
The text was updated successfully, but these errors were encountered:
To Reproduce
The http driver adds headers by default, if the user wants to set his own values for these headers, then these values are duplicated. For example, by default, the Accept-Language header is set with the value
en-US, en; q = 0.9, ru; q = 0.8
, the user wants to set his own valuesq; q = 0.6
, but the previous value is not replaced by the custom one, but is added to the value by default -en-US, en; q = 0.9, ru; q = 0.8 sq; q = 0.6
.Expected behavior
User headers should replace the default headers
Additional context
Reproducible on all ferret versions
The text was updated successfully, but these errors were encountered: