Browsers enforce https
when using getUserMedia
. I am working on a web app made to be used on a local network rather than actually connecting to the internet so going for a typical TLS cert won't really work. If I use a webview in an iOS app, would getUserMedia
work when pointing the view at an IP address serving a website?
Asked
Active
Viewed 91 times
0

Dave Stein
- 8,653
- 13
- 56
- 104
-
Somewhat related: https://stackoverflow.com/q/2043617/3151675 – Tamás Sengel Feb 20 '19 at 18:32
-
@TamásSengel Yeah I thought about doing this. I simplified my question a bit - I might be in a place with no router so I'd have people connect via bluetooth. (See https://superuser.com/questions/1405531/how-does-expressjs-serve-website-over-bluetooth-without-internet) so I suppose I can buy a cert for something like `macname.local` rather than `something.com` – Dave Stein Feb 21 '19 at 04:59
-
If the answer to my question is yes, I can avoid buying a cert to accomplish what I want, with the help of an app :) I might have to jump into some mobile tests - I never programmed mobile apps before hence my high level question about something random. – Dave Stein Feb 21 '19 at 05:00