все ок, а на андройде выдает всегда
Unexpected HTTP code Response{protocol=h2, code=404, message=, url={тут мой url}}
код в Image
source={{
uri: {мой url},
method: 'POST',
headers: {
'Content-Type': 'application/json',
user: toBase64(main_user.login),
password: toBase64(main_user.password),
},
body: body,
}}
url с https
при чем без body, headers, method обычные картинки грузит нормально
Обсуждают сегодня