1
Answer

Problem generating an HTTP 401 error.

Lee Blake

Lee Blake

16y
2.9k
1

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)