Romote content

I have been looking into linking some small web-based applications into a website using a remote content page. The authentication established the identity of the individual users and assigns levels of access.


Matrix does not provide me with a way of passing the currently authenticated user to the application. So I want to force the user to log-in using normal http authentication.



At present I have tried several settings, but all I get is a message that 'Contaent cannot be accessed'.



Is there any way I get Matrix to let the application do its own HTTP authentication?

You can't with the current version of Remote Content. This is because its not the end-user making the connection to the remote web application, its the Matrix webserver itself.