nic-chen edited a comment on issue #3383: URL: https://github.com/apache/apisix/issues/3383#issuecomment-765059098
@jaredhuang here is an example(rewrite phase function of `basic-suth`): https://github.com/apache/apisix/blob/master/apisix/plugins/basic-auth.lua#L128-L169 and `code` is 401 like : ```lua return 401, { message = "Password is error" } ``` ---------------------------------------------------------------- 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]
