d******i 发帖数: 448 | 1 进入某些网页时,会弹出一个窗口,
然后输入用户名和密码。请问这个feature怎么做?
(这种窗口好象都一样,是不是有一个什么固定的函数之类的?)
多谢多谢。 |
m*****e 发帖数: 4193 | 2 .htaccess
【在 d******i 的大作中提到】 : 进入某些网页时,会弹出一个窗口, : 然后输入用户名和密码。请问这个feature怎么做? : (这种窗口好象都一样,是不是有一个什么固定的函数之类的?) : 多谢多谢。
|
d******i 发帖数: 448 | 3 more details please.
【在 m*****e 的大作中提到】 : .htaccess
|
a*p 发帖数: 62 | 4 go reference of HTTP standard. There is descriptions.
If you use PHP and ASP, there are common functions for this
feature.
But in my opinion, this solution is not very good. As PHP
and/or ASP is needed for this feature (Server Access), it
will also be easy for you to make some server programs to
implement username/password pages
【在 d******i 的大作中提到】 : more details please.
|
d******i 发帖数: 448 | 5 thank you. but I'm still feeling confusing.
I'm using Apache in NT.
Does microbe mean do some configuration in httpd file?
And, atp, if I don't use either PHP or ASP, how can I do?
I just want a simple way to 防君子。
As for those guru/hacker/nerd, I can do nothing.
【在 a*p 的大作中提到】 : go reference of HTTP standard. There is descriptions. : If you use PHP and ASP, there are common functions for this : feature. : But in my opinion, this solution is not very good. As PHP : and/or ASP is needed for this feature (Server Access), it : will also be easy for you to make some server programs to : implement username/password pages
|
m*****e 发帖数: 4193 | 6
http://www.cs.columbia.edu/~crf/faq/listing.html#item9
There are instructions for our department. You may need to do some
changes. I assume apache for NT has the same functionality as that
for Unix.
【在 d******i 的大作中提到】 : thank you. but I'm still feeling confusing. : I'm using Apache in NT. : Does microbe mean do some configuration in httpd file? : And, atp, if I don't use either PHP or ASP, how can I do? : I just want a simple way to 防君子。 : As for those guru/hacker/nerd, I can do nothing.
|
d******i 发帖数: 448 | 7
thanx.
Apache in NT is almost the same with Apache in Unix/Linux.
【在 m*****e 的大作中提到】 : : http://www.cs.columbia.edu/~crf/faq/listing.html#item9 : There are instructions for our department. You may need to do some : changes. I assume apache for NT has the same functionality as that : for Unix.
|