On Tue, Oct 08, 2019 at 11:07:44AM -0400, PICCORO McKAY Lenz wrote:
i have the code with an exit, i dont know if are correct that "exit" in that line? or not? help me please?
They are correct (to me). After calling www_challenge() you want to stop any further processing. Same for your 403 condition. If you only want authenticated after that pooint exit will stop the processing of the message.