Accessing localhost by port
We are using Thingworx EMS to connect to local VMs in order to support them.
Each VM runs several containerized web applications. Typically these are accessed by support personnel at https://127.0.0.1:differentport#
We have applications listening at 8443, 3001, 3003 etc.
Support users SSH in over port 22 and have access to port 443. Even with NFT port forwarding from 443 to 8443 we cannot get any of these applications to come up. All come up if you connect to the machine directly on a local network instead of through Thingworx.
Any ideas on the correct configuration? We could potentially use DNS, but prefer not to require a DNS entry if we can just use 127.0.0.1 or localhost.

