I looked at the code and the event route is executed only for first final response, in this case 401/407. When the 2nd reply comes (for the request with credentials), there is no event route executed. That's the reason you do not see the 200ok.
As a new feature, I can add execution for the follow up reply.