FastAPI Simple HTTP Basic Auth not Working when running in Docker container
I followed this guide to set Simple HTTP Basic Auth and it works. I dockerized the application and all of a sudden the Auth pop-up which ask for user name and password does not show up anymore. I am running the application identically (i.e the same as I ran it locally but with docker)