MediaBrowser / Emby.WindowsPhone

Emby for Windows Phone
http://emby.media
GNU General Public License v2.0
55 stars 17 forks source link

Support https #214

Closed LukePulverenti closed 9 years ago

LukePulverenti commented 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.

ScottIsAFool commented 9 years ago

Added to .67