Hi!Can I run compose for web with https? I have an...
# compose-web
m
Hi!Can I run compose for web with https? I have an issues with clipboard not being available on http. Thanks!
👌 3
n
You've already got some Yes's as reactions, but to elaborate: Compose for Web is a frontend framework. What protocol the frontend is served over is a backend concern, and depends on how you configure your server, not on Compose.
m
For the copy clipboard issue not running on http there is a hack : https://stackoverflow.com/questions/400212/how-do-i-copy-to-the-clipboard-in-javascript 🙂