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