mitchell852 commented on issue #2633: The auth check method needs to return an error URL: https://github.com/apache/trafficcontrol/issues/2633#issuecomment-410748564 yes, a 401 implies either the user never authenticated or the user's cookie is invalid (expired) a 403 implies that the user authenticated but is attempting to perform a forbidden action based on their permissions. so a 401 or 403 is definitely not the correct response when a query times out.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
