I am trying to call aws api gateway with a post request with signed headers. In iOS it works perfectly fine, while I get 403 with exactly the same request running the App in Android(of course with different credentials).
What I already found is this similar issue, but appending the charset "charset=utf-8", did not solve the issue for me unfortunately. Switching to the amplify package is currently not an option. Can anybody give me a hint?
I am using react-native: 0.67.2, agnostic-aws-signature: 1.0.6 and axios: 0.24.0