I am trying to set a cookie through dispatcher and I using the below headerHeader set Set-Cookie "currentCountryNames=Indian; path=/" It works fine with static value, but I need to get the dynamic value through CDN(cloudfront) by using header HTTP:CLOUDFRONT-VIEWER-COUNTRY-NAME . I tried this thenH...