We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f394081 commit a74ba08Copy full SHA for a74ba08
1 file changed
src/lib/actor-kit/index.ts
@@ -60,7 +60,7 @@ export const createActorHTTPClient = <
60
next: { revalidate: 0 },
61
headers: {
62
Authorization: `Bearer ${token}`,
63
- "CF-Connecting-IP": props.ipAddress,
+ "True-Client-IP": props.ipAddress,
64
},
65
}
66
);
0 commit comments