I am trying to get the header value for x-geoipcountry which is set by Fastly. I tried in BaseController.Initialize and RequestModelActionFilter.OnActionExecuting but no result Does anyone know where and how I can fetch this as early as possible in a Request?
that sets the response header that are returned from Fastly, the one that you show in the screen capture above, not on the request down to the origin server. See the link in my previous comment what you need to add to include the geo information down to the origin server (origin = Litium application).