For Workers & Pages, what is the name of the domain?
umami.is and umami.dev
What is the error number?
No specific behavior but we are seeing strange behavior with workers
What is the issue or error you’re encountering
I have two domains under on Cloudflare account. I created a worker and assigned two custom domains pointing to the same worker. But, the data differs depending on which domain is used.
What steps have you taken to resolve the issue?
I am measuring unique cf-connecting-ip header values to determine unique visitors. When requests are sent through umami.dev, we see a normal amount of visitors. However, if requests are sent through umami.is, the number of unique IP values drop dramatically, down to 1/10th the normal value. Since both domains point to the exact same worker, I don’t see how they can differ.
I have tried:
- Adding/removing different custom domains
- Using worker routes
- Logging the IP addresses
But it seems anything going through the .is domain is having this issue.