typicode / hotel

🏩 A simple process manager for developers. Start apps from your browser and access them using local domains
MIT License
9.98k stars 424 forks source link

Use server port when proxying websockets #261

Open drampelt opened 6 years ago

drampelt commented 6 years ago

If the server Hotel is proxying to is running on a specific port, that port should be used for websocket connections as well. Otherwise, it connects on port 80 by default. This already worked correctly for HTTP but the port was not being taken into account when using HTTPS.