Double number of calls when Basic Authentication?
From: Joe H (jharri_at_hotmail.com)
Date: 05/26/04
- Next message: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Previous message: Ken Schaefer: "Re: Preventing script attacks from text boxes"
- Next in thread: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Reply: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Reply: Joseph E Shook [MVP - ADSI]: "Re: Double number of calls when Basic Authentication?"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Double number of calls when Basic Authentication?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Wed, 26 May 2004 07:17:16 -0500
I have a web service that is set to use Basic Authentication (for users
outside the firewall). They are coming in over SSL. It uses Integrated
Authentication for internal users.
For the users who are requesting service with Basic Authentication, there is
a VB.Net client application which is using the NetworkCredential to pass the
authentication information to the web service.
However, the sequence of events that seems to always happen is:
1. client sends request
2. service responds with 401
3. client sends request again, this time including the authentication
information (user, password, domain)
So, in my IIS logs, there is a duplicate entry for each call to the web
service. The first log entry has a user value of " - " (this entry also has
the 401 code returned), and the second log entry has the correct user name.
I am certain that this is affecting overall performance of the web service.
What do I need to do in order to eliminate this "round-trip" from happening?
Thanks,
Joe
- Next message: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Previous message: Ken Schaefer: "Re: Preventing script attacks from text boxes"
- Next in thread: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Reply: Ken Schaefer: "Re: Double number of calls when Basic Authentication?"
- Reply: Joseph E Shook [MVP - ADSI]: "Re: Double number of calls when Basic Authentication?"
- Reply: Joe Kaplan \(MVP - ADSI\): "Re: Double number of calls when Basic Authentication?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|
|