Thunkable not showing API POST responses

I am trying to create a Web API which returns a response body when a POST request is made. If I open POST request via browser or postman I get the response body. But when I try to open this in thunkable app I get nothing for “Response” , “Undefined” for “Status” and for “Error” I am getting “the website or service provider you are trying to reach does not support HTTPS request”

The message response is
{"statuscode": 200, "message": "successful"}

What am I doing wrong there

1 Like

Check it out in Live on your device

3 Likes

what @actech

Open Thunkable Live on your device and check how it works.

3 Likes

thank you @actech