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


my code block

here example edit in insomnia

i want to update my data

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