How do you test IE if you are on Linux with a windows10 VM?

Hi,
I’m trying to access my local app through my VM.
I’m able to connect to my app with http://192.168.56.1:3000/ but whenever I try to do something I got errors.

On chrome :

WebSocket connection to ‘ws:// localhost:3000/cluster-ddp/c941ad20dc843d199a8832622748bcf0b460ca68/projectizWeb/898/64eadkn6/websocket’ failed: Error in connection establishment: net::ERR_CONNECTION_REFUSE

->It’s looking for localhost

On firefox :

Firefox can’t establish a connection to the server at ws:// localhost:3000/cluster-ddp/c941ad20dc843d199a8832622748bcf0b460ca68/projectizWeb/205/sfq9r6ok/websocket.

->It’s looking for localhost

On IE:

SCRIPT5022: SecurityError

->It’s certainly looking for localhost

Is there a way to bypass this ?