Zuke
Dec 06, 2021Cirrostratus
Hide Username and Password in URL
We have a video streaming app that has a basic username/password authentication.
Accessing the application is done by going to rtsp://username:password@example.com:554/video
Infosec isn't a fan of this setup and has blocked the app due to the username and password in the URL. How can I make the application accessible while hiding the username and password in the URL?