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
Conceptually, if you have a parameter in an operation of type header which has the same key name as provided by any authorization implementation, it should not be clobbered.
For example, you may have a field Authorizations to store a base-64-encoded value. But if you have added password auth, which applies the header Authorization the value supplied in the parameter should be sent to the server.
The text was updated successfully, but these errors were encountered:
Conceptually, if you have a parameter in an operation of type
header
which has the same key name as provided by any authorization implementation, it should not be clobbered.For example, you may have a field
Authorizations
to store a base-64-encoded value. But if you have added password auth, which applies the headerAuthorization
the value supplied in the parameter should be sent to the server.The text was updated successfully, but these errors were encountered: