enjalot / served

Create simple HTTP servers for any directory, no command line necessary
http://enjalot.github.io/served/
34 stars 2 forks source link

httpS for browserfunctionality that requires it? #7

Closed steltenpower closed 8 years ago

steltenpower commented 8 years ago

I think Chrome requires httpS for accessing webcam. Does it make an exception for localhost? If not, that is a limitation of SERVED.

enjalot commented 8 years ago

I just tested and I can use the webcam without warning on localhost with no https. I don't think this is an issue during local development, only when dealing with production environments. You can also access https urls from http but not vice-versa. going to close for now. feel free to reopen with some sample code that breaks!