Geo location headers are not getting added
Hi Folks,
I am trying to configure dispatcher for Geo location headers x-aem-client-country and x-aem-client-continent. But I don't see those are being added by CDN. Below are the changes that I made
farm file:
/headers {
"Cache-Control"
"Content-Disposition"
"Content-Type"
"Expires"
"Last-Modified"
"X-Content-Type-Options"
"x-aem-client-country"
"x-aem-client-continent"
}
in clientheaders.any file added
"x-aem-client-country"
"x-aem-client-continent"
Let me know if I am missing anything.
