Http request (not secured)

Hi,

I have an app installed on a tablet which is a web server. Listens to port 65400 on local ip address (http://192.168.1.xxx) and sends commands to the fiscal printer.

I’m trying to make an http get request using javascript node with “fetch”. The request is blocked because of mixed content. Http request over https. Is there a solution to make a local insecure http request so that the web server catches the request?

i just discovered that in SAP Preview - fetch, http request flow do not work even if i make a GET request for www.google.com. On web preview work. On Android Preview fails with network error. Doesn’t even try to fetch. So yeah… back to square 1.