thunkable / thunkable-issues

24 stars 9 forks source link

Thunkable cannot make any other web request than GET requet #1255

Open hypercreeper opened 1 year ago

hypercreeper commented 1 year ago

Platform

Does this affect: Drag and Drop UI - web? No (Doesn't allow web requests to local networks) Drag and Drop UI - Android? Yes Drag and Drop UI - iOS? N/A

Steps to Reproduce

  1. Create a web API with the link to the local webserver.
  2. Set the body to an object converted to JSON format.
  3. Do the post request.

Expected Behavior

What did you expect to happen? The post request is sent to the server and a response is returned.

Actual Behavior

What actually happens? No request is made and the post request fails with a network error.

Project Link

[https://x.thunkable.com/projects/62de731450f841001278c1cb/212a149c-ef67-4e43-9987-ad0c166319d8/blocks](Project link)

Community Link

If there's an ongoing discussion about this behavior in the Community, please link to it here


![image](https://user-images.githubusercontent.com/72337412/224289879-c43b7010-2203-4a10-8102-d17a55f44b1b.png)