Click here to Skip to main content
15,921,774 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Disable auto complete feature Pin
WoutL18-May-04 3:50
WoutL18-May-04 3:50 
GeneralVB Script in ASP Pin
Kleith17-May-04 11:31
Kleith17-May-04 11:31 
GeneralRe: VB Script in ASP Pin
Andrew Quinn AUS17-May-04 23:48
Andrew Quinn AUS17-May-04 23:48 
GeneralPHP page code Pin
Kuniva17-May-04 9:16
Kuniva17-May-04 9:16 
GeneralRe: PHP page code Pin
alex.barylski17-May-04 13:27
alex.barylski17-May-04 13:27 
GeneralBasic-like authentication Pin
Hesham Amin16-May-04 5:19
Hesham Amin16-May-04 5:19 
GeneralRe: Basic-like authentication Pin
Bee Master16-May-04 6:16
Bee Master16-May-04 6:16 
GeneralRe: Basic-like authentication Pin
Hesham Amin16-May-04 11:47
Hesham Amin16-May-04 11:47 
Bee Master wrote:
Request.ServerVariables("AUTH_USER") will have domain name in front of it. i.e. the value should be "<<your domain="">>\ABC"

I think this goes for NT authentication,
any way i changes the condition to :
if len(Request.ServerVariables("AUTH_PASSWORD"))>0 then
	Response.Write "user=" & Request.ServerVariables("AUTH_USER") & vbCrLf
	Response.Write "PWD=" & Request.ServerVariables("auth_type")
else
	Response.AddHeader "WWW-Authenticate","basic"
	Response.Status="401"
	Response.End
end if

but still does not work !!!Confused | :confused:
GeneralRe: Basic-like authentication Pin
17-May-04 5:43
suss17-May-04 5:43 
GeneralRe: Basic-like authentication Pin
Member 64272917-May-04 5:53
Member 64272917-May-04 5:53 
GeneralRe: Basic-like authentication Pin
Hesham Amin17-May-04 7:58
Hesham Amin17-May-04 7:58 
GeneralRe: Basic-like authentication Pin
Member 64272918-May-04 3:07
Member 64272918-May-04 3:07 
GeneralRe: Basic-like authentication Pin
Hesham Amin18-May-04 22:33
Hesham Amin18-May-04 22:33 
GeneralRe: Basic-like authentication Pin
Member 64272918-May-04 22:40
Member 64272918-May-04 22:40 
GeneralRe: Basic-like authentication Pin
Hesham Amin18-May-04 22:52
Hesham Amin18-May-04 22:52 
GeneralRe: Basic-like authentication Pin
Member 64272918-May-04 23:00
Member 64272918-May-04 23:00 
GeneralRe: Basic-like authentication Pin
Hesham Amin18-May-04 23:06
Hesham Amin18-May-04 23:06 
GeneralIs there a forum that lists messages like this site's message board.... Pin
cyn_2003102715-May-04 17:30
cyn_2003102715-May-04 17:30 
GeneralRe: Is there a forum that lists messages like this site's message board.... Pin
alex.barylski16-May-04 3:01
alex.barylski16-May-04 3:01 
GeneralRe: Is there a forum that lists messages like this site's message board.... Pin
Paul Watson20-May-04 9:05
sitebuilderPaul Watson20-May-04 9:05 
Question2d arrays in ASP? Pin
Anonymous15-May-04 0:15
Anonymous15-May-04 0:15 
Generalwrite to browser from vb class Pin
sangeetha bhatta13-May-04 19:18
sangeetha bhatta13-May-04 19:18 
GeneralRe: write to browser from vb class Pin
Paul Watson15-May-04 1:53
sitebuilderPaul Watson15-May-04 1:53 
QuestionImage problem??? Pin
Small Rat13-May-04 9:23
Small Rat13-May-04 9:23 
Generalinstalling PERL modules Pin
brianwelsch13-May-04 6:49
brianwelsch13-May-04 6:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.