Skip to content

Commit a74ba08

Browse files
committed
try diff way of sending ip
1 parent f394081 commit a74ba08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib/actor-kit/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export const createActorHTTPClient = <
6060
next: { revalidate: 0 },
6161
headers: {
6262
Authorization: `Bearer ${token}`,
63-
"CF-Connecting-IP": props.ipAddress,
63+
"True-Client-IP": props.ipAddress,
6464
},
6565
}
6666
);

0 commit comments

Comments
 (0)