# Problems requesting a web service on Android 9 or higher

**URL:** https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160
**Category:** Questions about Thunkable X
**Tags:** beginner, troubleshooting, problems
**Created:** [March 21, 2021, 12:51am UTC](https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160 "2021-03-21T00:51:25Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![soporte3lbb](https://avatars.discourse-cdn.com/v4/letter/s/2bfe46/32.png) [@soporte3lbb](https://community.thunkable.com/u/soporte3lbb)
#### Post date: [March 21, 2021, 12:51am UTC](https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160/1 "2021-03-21T00:51:25Z")

</div>

Hi everyone, I have a web API that work very well on Android 8 or lower, but when run the App on Android 9 or higher the request fails and the message is “Network request failed”

Can everyone help me please?  
Is there something is missing for Android 9 or higher?

Regards.

---

<div class="post-metadata">

### Author: ![muneer](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/muneer/32/75210_2.png) [@muneer](https://community.thunkable.com/u/muneer)
#### Post date: [March 21, 2021, 3:12am UTC](https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160/2 "2021-03-21T03:12:09Z")

</div>

This is due to security and privacy continuous update preventing cross server data transfers. You will find APIs that work on Android 9 but not 10 and so on.

---

<div class="post-metadata">

### Author: ![soporte3lbb](https://avatars.discourse-cdn.com/v4/letter/s/2bfe46/32.png) [@soporte3lbb](https://community.thunkable.com/u/soporte3lbb)
#### Post date: [March 22, 2021, 6:48pm UTC](https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160/3 "2021-03-22T18:48:13Z")

</div>

Thank for helping, but I’ve already found the trouble. The API must have a certificate, in other words, the URL must begin https:// instead http://.

This certificate is important to run the App on Android 9 or higher.

Regards.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 1:25pm UTC](https://community.thunkable.com/t/problems-requesting-a-web-service-on-android-9-or-higher/1178160/4 "2024-11-08T13:25:49Z")

</div>


