Can @SetHTTPHeader change the "status" in the HTTP header?

Hello,

Is it possible to change the “Status” in the http header using @SetHTTPHeader (or something else)?

I would like to send a “401” response instead of a “200” response when requesting the Session Authentication login form when the user is not authorized to see the content (based on the “ReasonType” argument).

This is to solve the following issue :

http://www-10.lotus.com/ldd/nd6forum.nsf/55c38d716d632d9b8525689b005ba1c0/0cadd488865db6a085256f5f006c6cd7?OpenDocument&Highlight=0,google,401

I tried it… but instead of changing the Status (200), it seems to add another Status (401)… so the desired effect is not achieved. (I saw that using Etherpeek… a network monitoring software).

Is it possible to do this?

Thanks!

Pascal