diff --git a/proxies/sandbox/apiproxy/proxies/default.xml b/proxies/sandbox/apiproxy/proxies/default.xml index 9a739aa..2d00eea 100644 --- a/proxies/sandbox/apiproxy/proxies/default.xml +++ b/proxies/sandbox/apiproxy/proxies/default.xml @@ -14,8 +14,7 @@ - request.header.apikey = null or private.common.status-endpoint-api-key != request.header.apikey - + request.header.apikey = null or private.common.status-endpoint-api-key != request.header.apikey RaiseFault.401Unauthorized @@ -27,7 +26,8 @@ javascript.SetStatusResponse - (proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")) + (proxy.pathsuffix MatchesPath "/_status") and ((request.verb = "GET") or (request.verb = "HEAD")) +