FastAPI on Cloud9, Localhost Not Accessible

0

uvicorn main:app --reload gave me the link 'http://127.0.0.1/8000' as you can see below: uvicorn main:app --reload But clicking it throws this: Why am I seeing this? How can I access to http://127.0.0.1/8000 like I can on my desktop so that I can have access to swagger?

已提問 2 年前檢視次數 420 次
1 個回答
0

Hi, thank you for reaching out.

Cloud9 application preview feature does not support insecure HTTP endpoints. You would need to switch to HTTPS to access websites served from the environment.

AWS
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南