Variable CustomDomainCustomClientIpHeaderEnum
CustomDomainCustomClientIpHeaderEnum: {
TrueClientIp: "true-client-ip";
CfConnectingIp: "cf-connecting-ip";
XForwardedFor: "x-forwarded-for";
XAzureClientip: "x-azure-clientip";
Empty: "";
}
Type declaration
Readonly
TrueClientIp: "true-client-ip"
Readonly
CfConnectingIp: "cf-connecting-ip"
Readonly
XForwardedFor: "x-forwarded-for"
Readonly
XAzureClientip: "x-azure-clientip"
Readonly
Empty: ""