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
I have noticed that with browserify / jspm the Date header gets stripped causing AWS to reject the request saying the signature does not match. It seems that stream-http will strip the Date header because it is "unsafe"
I have noticed that with browserify / jspm the
Date
header gets stripped causing AWS to reject the request saying the signature does not match. It seems thatstream-http
will strip theDate
header because it is "unsafe"https://www.w3.org/TR/XMLHttpRequest/#the-setrequestheader%28%29-method
To work around this the client should have an option to set the
x-amz-date
header instead ofDate
. Is this reasonable?The text was updated successfully, but these errors were encountered: