I’m developing a thunkable app for our office use only. Trying to open a webpage in my localhost displays an error “err_cleartext_not_permitted” and I read in the docs that "the URL must include https:// ".
Does it mean that WebViewer only allows HTTPS? Is there any other way to use HTTP only?
My web app will be hosted in a local area network only, it stores data in a MySQL database. The web app is not accessible in WebViewer. My Thunkable App scans QR Code then saves the data in the database.
I need the WebViewer to accept HTTP URLs. Is there a way to use HTTP or is there any component/object that can be used like WEB component in AppInventor.
Well, you aren’t using a publicly available IP. So no. If you want to access a file on a computer in your home network, that’s not gonna work.
Your webbrowser is searching the world for that 192.168.0.0 number. It doesn’t exist to the webviewer because it’s not looking at your home network, it’s searching the world wide web.