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
Currently we rely on Hyper to add the HOST header for us. This has led to some issues like awslabs/aws-sdk-rust#1244 where Hyper's behavior was different than the SDK's for signing. We should own adding the HOST header so that we control the behavior.
The text was updated successfully, but these errors were encountered:
Currently we rely on Hyper to add the
HOST
header for us. This has led to some issues like awslabs/aws-sdk-rust#1244 where Hyper's behavior was different than the SDK's for signing. We should own adding theHOST
header so that we control the behavior.The text was updated successfully, but these errors were encountered: