We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154effa commit 1e3f3ffCopy full SHA for 1e3f3ff
src/lua/api-gateway/validation/factory.lua
@@ -53,7 +53,7 @@ end
53
-- It calls an internal /validate-request path which can provide any custom implementation for request validation
54
local function _validateRequest()
55
if (ngx.var.request_method == 'OPTIONS') then
56
- return ngx.exit(ngx.OK);
+ return ngx.OK;
57
end
58
59
local res = ngx.location.capture("/validate-request", { share_all_vars = true });
0 commit comments