Zlatko
unread,May 2, 2018, 8:55:59 PM5/2/18Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nodejs
From client's perspective, navigator check doesn't care nor sees proxies. It tries to do a connection and that's it.
Alternatively look at what you've got.
Internet-available makes a dns query, but your proxy/firewall does not allow direct communication. But a simple http fetch should work, if your app uses default system proxy configuration (in vast majority of the cases). So I would guess that a combo of no-direct-dns (or anything outgoing, for that matter), but normal connection from the client-side script which uses something like automatic (OS-controlled) proxy config should tell you it is a proxy.