I run a website which includes several radio streams. I have set up icecast to request .htaccess
account in order to authenticate and start streaming. There is the same account for all streams. I submit the form (it is hidden via css
) with jquery once the page loads so the user does not have to know the account nor submit the form.
The problem is that form information are being revealed if user views source. Is there any way to hide these information? Searching the internet what most people say is that this is not possible because browser needs to be able to clearly read these information in order to function properly. Anyone know any way, if it is possible?