I'm working on a site with an active A/B test that requires a cookie to force participation. The cookie should be ui=adaptive, and ideally should be domain-level.
I've tried using a request header of {"Cookie","ui=adaptive"}
, but that doesn't work. Any ideas from the community?