Lee Blake

Lee Blake

  • NA
  • 18
  • 0

Problem generating an HTTP 401 error.

Apr 4 2008 2:33 AM

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)