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 believe we're signing the request on the server using URL-encoded characters, but we're passing to Amazon a request without the escaping, so it's returning a 403.
I believe we're signing the request on the server using URL-encoded characters, but we're passing to Amazon a request without the escaping, so it's returning a 403.