Forum Moderators: open
The problem is that the email page requires the URL to have the user's password embedded in it.
This is what the URL looks like:
[username:password@server:2095...]
If my page constructs and browses to such a URL, it will be visible in the window title bar, and also in the History object. This is clearly not secure.
I have tried writing a page that contains a form that does a POST to a PHP page that constructs the URL and then uses the PHP function readfile to send the URL. But this works only for the first page, because the PHP model is to construct a browser page, not to pass the browser through to the URL. As soon as the user tries to read or compose email, the browser reports Page Not Found.
It seems to me that there must be a way to support bookmarking a page frameset configuration. Does anyone have an idea?
David
Good luck.