Merge pull request #9809 from appwrite/1.7.x

1.7.x
This commit is contained in:
Eldad A. Fux 2025-05-19 02:42:37 +01:00 committed by GitHub
commit 6dbb14bf7b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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