When the authentication is successful, I make a redirect to https://xxxxx.yyyy.com:9090 since I can enter Prometheus there. However, if I try to access https://xxxxx.yyyy.com:9090 directly, I can access it by skipping the authentication.
My question is, how can I block, redirect, or request authentication at that URL through port 9090 to prevent access without authentication?