liqiangz commented on issue #6906: URL: https://github.com/apache/skywalking/issues/6906#issuecomment-833528037
> > Now the http request regards all requests with http status code >= 400 as failed. But as a http server, we often use 403 as the status code of not logged in, and we don’t want to treat not being logged in as an error. In some other scenarios , we do not want the 404 or 405 status code to interfere with the statistics of the successful rate. > > Why isn't `not-authentication` coded as 503? There is a lot of old code here. We cannot modify these logics. We can only be compatible with these codes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
