mscb402 commented on issue #8792:
URL: https://github.com/apache/apisix/issues/8792#issuecomment-1418673625
Yes, you are right
```
if conf.allowed_by_methods and #conf.allowed_by_methods > 0 and not
whitelisted then
if not is_method_allowed(conf.allowed_by_methods, method, value) then
block = true
end
end
```
At APISIX lua code. When whitelisted is set, the allowed_by_methods will
ineffective
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]