I know function doHTTPAuthentication(vhost, req, resp) can auto Authentication,but I don’t know How to Authentication with password and username in myself login box .
I want to Authentication when I login in my website.
I know function doHTTPAuthentication(vhost, req, resp) can auto Authentication,but I don’t know How to Authentication with password and username in myself login box .
I want to Authentication when I login in my website.
Hi,
You can configure your website to use a database containing your username and password information, and you can use the same information to authenticate users connecting to your server. You will need to create a similar module as the one described in the How to do user authentication for Flash RTMP client using JDBC connection to MySQL database forum article.
Zoran