I am using a file bridge asset and an asset listing to show a bunch of files from our server. These files DO need to have a URL, which I have done by adding some an apache Alias and then adding the filename on this. But, the problem here is that I do not want these files to be public. So, I figured I would use a .htaccess file to require a login. But, when the users loads up the asset listing, this is a pain for the authentication dialog to show up.
Is there a way to send my http auth. when I load up the page that has the listing? Is this sort of thing possible?