feat: bypass gateway

This commit is contained in:
loks0n 2025-05-18 23:23:06 +01:00
parent aaee95a761
commit 33dc7ea97c

View file

@ -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'
];
}