1
Reply

Problem generating an HTTP 401 error.

Lee Blake

Lee Blake

Apr 4 2008 2:33 AM
2.9k

Hi all,

I got the idea wrong before, I need to generate programmatically a 401 response, without a popup window asking for credentials.

I have tried:

Response.AppendHeader("HTTP/1.0", "401");

but this has not produced the correct response.

Thanks in advance,

 


Answers (1)