Skip to content

Commit 8f94650

Browse files
committed
X-Ip yerine X-Forwarded-For kullanılmaya başlandı.
1 parent 55bc554 commit 8f94650

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/SystemApi/BackendService.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ private function sendApi($method, $endpoint, $body = null, $files = null)
6767
$options = [
6868
'http_errors' => false,
6969
'headers' => [
70-
'X-Ip' => $this->ip,
70+
'X-Forwarded-For' => $this->ip,
71+
7172
'X-Token' => $this->token,
7273
'X-Lang-Id' => $this->langId,
7374
]

0 commit comments

Comments
 (0)