Skip to content

Commit 18c5281

Browse files
committed
X-Real-Ip => X-Real-IP
1 parent 27c78d8 commit 18c5281

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/phpheaders/phpheaders.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var CommonRequestHeaders = map[string]string{
112112
"X-Network-Info": "HTTP_X_NETWORK_INFO",
113113
"X-Client-Id": "HTTP_X_CLIENT_ID",
114114
"X-Livewire": "HTTP_X_LIVEWIRE",
115-
"X-Real-IP": "HTTP_X_REAL_IP",
115+
"X-Real-Ip": "HTTP_X_REAL_IP",
116116
}
117117

118118
// Cache up to 256 uncommon headers

0 commit comments

Comments
 (0)