I would like to allow https request in fast api. I used the following code to enable it,
app = FastAPI() origins = [ "http://localhost.tiangolo.com"