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.