Koryla · control — /demo-edge
EDGE EXPERIMENT · TRANSPARENT URL REWRITE

You're on the control.

You landed on /demo-edge. The edge function checked your cookie and kept you on this page (50% probability). The URL in your browser never changed.

What happened server-side

1

Request arrived at the Netlify edge function

2

Edge function checked your ky_ cookie — no assignment found

3

Random 50/50 split → you got control

4

Cookie set: ky_<experiment-id>=<variant-id>

5

context.next() — this page was served as-is

Trigger a conversion →

Clear your cookies and reload to try getting variant B.