Description
npx cap run --live-reload will load from http://host:port, but users might be running from https
Platforms
Request or proposed solution
Allow to provide a param to use https instead of http on the url, like --ssl as ionic CLI does, or allow to provide a full live reload url with --live-reload-url or another param.
Note that the param or url will only load from https, but won't do anything to configure the server to use ssl, the user or the framework the users is using is responsible of configuring the server to use https (certificates, etc.)
Alternatives
No response
Additional Information
No response
Description
npx cap run --live-reload will load from
http://host:port, but users might be running from httpsPlatforms
Request or proposed solution
Allow to provide a param to use https instead of http on the url, like
--sslas ionic CLI does, or allow to provide a full live reload url with--live-reload-urlor another param.Note that the param or url will only load from https, but won't do anything to configure the server to use ssl, the user or the framework the users is using is responsible of configuring the server to use https (certificates, etc.)
Alternatives
No response
Additional Information
No response