Closed LukePulverenti closed 9 years ago
When the user manually enters a server address, allow them to specify https. This can be done simply by adding help text to the server hostname field.
The new iOS app displays:
192.168.1.100 or https://myserver.com
In other words - the user can enter any of the following:
localhost http://localhost 182.168.1.100 http://182.168.1.100 https://myserver.com
When calling ConnectionManager.Connect based on a server address, pass the address exactly as it was entered without normalizing it. ConnectionManager will handle that for you.
Added to .67
When the user manually enters a server address, allow them to specify https. This can be done simply by adding help text to the server hostname field.
The new iOS app displays:
192.168.1.100 or https://myserver.com
In other words - the user can enter any of the following:
localhost http://localhost 182.168.1.100 http://182.168.1.100 https://myserver.com
When calling ConnectionManager.Connect based on a server address, pass the address exactly as it was entered without normalizing it. ConnectionManager will handle that for you.