Formuyla temel kimlik bilgilerini gönderme

0 Cevap php

I am working on a site that currently uses a basic authentication dialog box login system, that is the type of dialog that you get if you go here: http://www.dur.ac.uk/vm.boatclub/password/index.php I did not set this system up and am not in a position to easily/quickly work around it, but it DOES work. The issue however is that the dialog box is not very helpful in telling you what login information you have to use (that is which username and password combination), and so I would like to replace it with a form. I had been thinking that this wasn't possible but I wanted to ask in order to find out.

O bu iletişim kutusunu kullanarak olacağını aynı şekilde bunu kabul şekilde sunucuya veri gönderen bir HTML formu kurmak mümkün mü? Alternatif normal form verilerini almak ve bu günlükleri şekilde sunucuya geçirmeden bir şekilde işlemek istiyorum bir PHP komut dosyası kurmak mümkün mü?

Edit: After being told that this is basic authentication I went around and have managed to find a way that works and keeps the user persistently logged in. However, this does not work in internet explorer. The solution was simply to redirect the user to: http://username:password@www.dur.ac.uk/vm.boatclub/password/index.php But Internet Explorer removed it due to phishing uses about 3 years ago. Is there a way to use javascript to get the browser to access the site in this way? Or will I have to simply change my UI?

0 Cevap