I've got a website which (I think) is protected by .htaccess. When you're going on it a pop-up pop and ask you for your credentials.
I know my id and my password.
I would like to create an <iframe>
on an HTML5 page where my src is my website and my id and my password will be automatically entered.
The website is not mine, it's a website from my school. When you're going on a specified link first you've got a pop-up which appears:
Authentication required. The server server123 requires a username and password
I type my ids and then a download of a file is fired off. I would like to put my ids in parameter so I can just click on my page and the download is fired automatically.