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?