Configure https in browser.serverAddress setting

Hello world

by default streamlit uses HTTP for the URL that users will use and handle CORS, my question is how can I change that?

if I set browser.serverAddress to https://example.com I can see in the logs that streamlit will use http://https://example.com

1 Like