473,394 Members | 1,787 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

simple authentication

hi,
IIS 5 and 6, IE 5 and 6, simple authentication
does the browser send the username and password in clear text on every
request after been authenticated?
Nov 19 '05 #1
4 1491
Given how HTTP is disconnected, with any authentication protocol the browser
needs to send something back to the server to identifit itself after it's
authenticated. With NTML it's a identification header, with FormsAuth it's
the forms auth cookie.

-Brock
DevelopMentor
http://staff.develop.com/ballen
hi,
IIS 5 and 6, IE 5 and 6, simple authentication
does the browser send the username and password in clear text on every
request after been authenticated?


Nov 19 '05 #2
On Wed, 7 Sep 2005 16:22:02 +0300, "Coldman" <no********@mail.com> wrote:

¤ hi,
¤ IIS 5 and 6, IE 5 and 6, simple authentication
¤ does the browser send the username and password in clear text on every
¤ request after been authenticated?
¤

I guess it depends on what you mean by simple authentication. For Basic authentication the user ID
and password are not encrypted and can be impersonated and delegated at the web server. With
Integrated Windows Security, NTLM handles the authentication and credentials can be impersonated but
not delegated unless Kerberos is configured. Clear text credentials are not an issue with Integrated
Windows Security.
Paul
~~~~
Microsoft MVP (Visual Basic)
Nov 19 '05 #3
Coldman wrote:
hi,
IIS 5 and 6, IE 5 and 6, simple authentication
does the browser send the username and password in clear text on every
request after been authenticated?


i meant basic not simple :(
"with any authentication protocol the browser needs to send something
back to the server to identifit itself after it's authenticated"

what is IE sending - is it the username and pass or some other proove
this is the same client?

thanks
Nov 19 '05 #4
On Wed, 07 Sep 2005 20:29:52 +0300, John <jo**@spamhgdsfd.net> wrote:

¤ Coldman wrote:
¤ > hi,
¤ > IIS 5 and 6, IE 5 and 6, simple authentication
¤ > does the browser send the username and password in clear text on every
¤ > request after been authenticated?
¤ >
¤ >
¤
¤ i meant basic not simple :(
¤ "with any authentication protocol the browser needs to send something
¤ back to the server to identifit itself after it's authenticated"
¤
¤ what is IE sending - is it the username and pass or some other proove
¤ this is the same client?

It has to send an authentication header (which is cached by the browser after initial
authentication) each time if the web server responds with an authentication request.
Paul
~~~~
Microsoft MVP (Visual Basic)
Nov 19 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Tuan Nguyen | last post by:
Hello all, I have a website about 10 pages. One of them is login page. I am using Simple Form Authentication with database to allow user login and logout. My problem is whenever my website is...
1
by: Jeff | last post by:
When is the value of an authentication cookie sent from the browser to the server - when the value is read from the Cookies collection? Or, is it possible that the Cookies collection is populated...
1
by: john_20_28_2000 | last post by:
In this web.config: <authentication mode="Forms" > <forms name=".COOKIEDEMO" loginUrl="login.aspx" protection="All" timeout="30" path="/"/> </authentication> <authorization>
1
by: Newbie! | last post by:
Hi Group, I have VB.NET and wanted to build a simple User/Password Login for My App. I have a Database with 3 Field, PrimaryID, UserName & Password. I want to be able to have a ComboBox look...
0
by: Magnus Blomberg | last post by:
Hi! I am trying to write a simple public web application (internet) where the root is public (anonymous) and where I have a subfolder called admin where a few aspx-pages should be restricted to...
1
by: rolfejr | last post by:
I have what I think is a simple question but I am finding nothing but complicated answers. I have a web site running on IIS6. One directory used to use an alternate account as the anonymous...
5
by: GregO | last post by:
I am new to ASP and would like to know if anyone has a page that will display username, time, IP TIA - Grego
3
by: PerumalSamy | last post by:
Hi, I am having a project with login page. I used the following code to set authentication. imports system.web.security Formsauthentication.Initialize()...
4
by: mattmao | last post by:
Greetings everyone. I am a college student studying in the University of Technology, Sydney. PHP is not in my studying plan, I am taking subjects about J2EE in this semester. However I do...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.