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 :
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