sdk: express - set x-client-ip instead
This commit is contained in:
@@ -25,7 +25,7 @@ export default function createMiddleware(options: OpenpanelOptions) {
|
|||||||
const sdk = new OpenpanelSdk(options);
|
const sdk = new OpenpanelSdk(options);
|
||||||
const ip = getClientIp(req);
|
const ip = getClientIp(req);
|
||||||
if (ip) {
|
if (ip) {
|
||||||
sdk.api.headers['x-forwarded-for'] = ip;
|
sdk.api.headers['x-client-ip'] = ip;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (options.getProfileId) {
|
if (options.getProfileId) {
|
||||||
|
|||||||
Reference in New Issue
Block a user