diff --git a/src/Executor/Executor.php b/src/Executor/Executor.php index c381ceeae3..5b204c1910 100644 --- a/src/Executor/Executor.php +++ b/src/Executor/Executor.php @@ -37,7 +37,8 @@ class Executor $this->headers = [ 'content-type' => 'application/json', 'authorization' => 'Bearer ' . System::getEnv('_APP_EXECUTOR_SECRET', ''), - 'x-opr-addressing-method' => 'anycast-efficient' + 'x-opr-addressing-method' => 'anycast-efficient', + 'x-edge-bypass-gateway' => '1' ]; }