# I want to update data in thunkable to my server WEB API

**URL:** https://community.thunkable.com/t/i-want-to-update-data-in-thunkable-to-my-server-web-api/2750219
**Category:** Web API's
**Tags:** solved, beginner
**Created:** [December 14, 2023, 12:08pm UTC](https://community.thunkable.com/t/i-want-to-update-data-in-thunkable-to-my-server-web-api/2750219 "2023-12-14T12:08:37Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![storeops1270](https://avatars.discourse-cdn.com/v4/letter/s/34f0e0/32.png) [@storeops1270](https://community.thunkable.com/u/storeops1270)
#### Post date: [December 14, 2023, 12:08pm UTC](https://community.thunkable.com/t/i-want-to-update-data-in-thunkable-to-my-server-web-api/2750219/1 "2023-12-14T12:08:37Z")

</div>

![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/b/8/b874f183bd85f056f073674b43f4d9ce8851a1a5.png)  
my code block

here example edit in insomnia

 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/1/4/145bab35c2700741e2c3ba7118d0412a1863b81f.png)

i want to update my data

---

<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: [December 14, 2023, 4:55pm UTC](https://community.thunkable.com/t/i-want-to-update-data-in-thunkable-to-my-server-web-api/2750219/2 "2023-12-14T16:55:23Z")

</div>

Hello @storeops1270  
The issue is caused because your URL starts with “http”.  
Could you please convert your endpoint to https?  
At the moment we support only https.  
By default, iOS 9.0 or later enforces App Transport Security (ATS). ATS requires any HTTP connection to use HTTPS.

To send a json you will need to add a json body before the API call  
 ![image](https://us1.discourse-cdn.com/flex015/uploads/thunkable/original/3X/d/c/dc93151323df1a109e6613822925d46c5fd484ac.png)

---

<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:33pm UTC](https://community.thunkable.com/t/i-want-to-update-data-in-thunkable-to-my-server-web-api/2750219/3 "2024-11-08T13:33:13Z")

</div>


