2 messages · Page 1 of 1 (latest)
no! that will not match if the user does not send authortization header at all
you need to not any(http.request.headers["authorization"][*] eq "Bearer SECRET_KEY")
not any(http.request.headers["authorization"][*] eq "Bearer SECRET_KEY")