Could some additional “feature variables” be added?
EDGIO IP: I know that REMOTE_ADDR is part of the original HTTP request, but an upstream part of our framework overwrites REMOTE_ADDR with the “x_Forwarded-For” header and we are unable to identify the IP used by Edgio as a result. (Our previous WAF provider included the IP address from where the request originated from and then included the IP address of the WAF server that proxied the request. ie, x-forwarded-for: 1.2.3.4, 72.21.86.164
)
ENVIRONMENT ID: This is beneficial as it enables us verify and optionally auto-inject web core vitals. (The environment ID is required when adding the RUM javascript code to a website.) We currently have this value hard-coded on all properties, but it would be easier to manage if this variable allowed the value to simply pass through.