Tinywebdb http get/post request

How to excute Tinywebdb http get/post request data using HTML/JavaScript or NodeMCU.
Please guide .

Hi Akash

Just use the App Inventor 'Get Value' and 'Store Value' Blocks, works in a similar way to TinyDB

1 Like

Thanks ChrisWard...I tried same the way you told.but I want to post or get data using http post/get method.
Please suggest any idea...

See here:

TinyWebDB php - Personal Edition - extended

If you look at the blocks, you will see that you can send a GET request with data to your tinywebDB from a browser or command line.

2 Likes