Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Send Basic HTTP authentication credential in the first HTTP request
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  3 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Nacho Nachev  
View profile  
 More options Sep 2 2004, 8:30 am
Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
From: "Nacho Nachev" <n...@spam.now>
Date: Thu, 2 Sep 2004 15:30:17 +0300
Local: Thurs, Sep 2 2004 8:30 am
Subject: Send Basic HTTP authentication credential in the first HTTP request
Hello,

How can I make the web service proxy class send basic authentication
information in the HTTP header of the first request?

My authentication code is here:

NetworkCredential crd = new NetworkCredential("user1", "welcome1");
m_echostringsvc.Credentials = crd;
m_echostringsvc.PreAuthenticate = true;

Althoufh PreAuthenticate is set to true, no authentication information sent
in the header of the first HTTP request. The same result appears
with both the WSE toolkit and the HttpSoapClientProtocol class that comes
with the .NET FW itselts.

Thank you for your time!

Nacho


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Feroze [msft]  
View profile  
 More options Sep 2 2004, 5:53 pm
Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
From: "Feroze [msft]" <fero...@online.microsoft.com>
Date: Thu, 2 Sep 2004 14:53:57 -0700
Local: Thurs, Sep 2 2004 5:53 pm
Subject: Re: Send Basic HTTP authentication credential in the first HTTP request
For details on how to get this to work, look at
http://weblogs.asp.net/feroze_daud/archive/2004/07/12/180856.aspx

feroze
===============
this posting is provided as-is

"Nacho Nachev" <n...@spam.now> wrote in message

news:#zTKciOkEHA.3872@TK2MSFTNGP11.phx.gbl...


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
ktu...@gmail.com  
View profile   Translate to Translated (View Original)
 More options Sep 5 2012, 4:49 pm
Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
From: ktu...@gmail.com
Date: Wed, 5 Sep 2012 13:49:14 -0700 (PDT)
Local: Wed, Sep 5 2012 4:49 pm
Subject: Send Basic HTTP authentication credential in the first HTTP request

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »