Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Security > Question on HTTP_AUTHORIZATION header..

Reply
Thread Tools

Question on HTTP_AUTHORIZATION header..

 
 
Amit Lele
Guest
Posts: n/a
 
      09-19-2003
Hi,

Is there any manner in which I can reset the HTTP_AUTHORIZATION header?

Here's why I would like to reset it :-

My application uses IIS's basic authentication? I do not want the request
object to send me
"Basic + base 64 encoded username/pwd" value in the HTTP_AUTHORIZATION
header.

I cannot remove the header from the request object (since its read-only).
Is there anything I can send out in the response so that the request object
does not send this header?

Thanks,
Amit.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Change in Request("HTTP_AUTHORIZATION") from W2k to W2k3? Bob Murdoch ASP General 1 08-24-2006 06:46 PM
A question about HTTP_AUTHORIZATION =?Utf-8?B?Q2hhcmxlcw==?= ASP .Net 0 05-24-2004 03:26 PM
Passing the HTTP_AUTHORIZATION header =?Utf-8?B?Q2hhcmxlcw==?= ASP .Net 0 05-20-2004 08:11 PM
Question re: features of the 831 router (also a 924 question) Wayne Cisco 0 03-02-2004 07:57 PM
Question on HTTP_AUTHORIZATION header.. Amit Lele ASP .Net 0 09-19-2003 06:07 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57