I am using chrome://inspect to allow portforwarding while I test an android app.
My local dev server is http://localhost:51381/
My forwarding rule 8083 to localhost:51381
In chrome on my phone, I am able to access http://localhost:8083/ and I get what I expect but from within the mobile app I am getting
net::ERR_CONNECTION_REFUSED
via config.xml rules and a content-security-policy meta tag in index.html I have allowed all communications but it’s still not working.
I’m stumped! Anything obvious that I am missing?
Thanks