Hi Cloudflare Community,
I’m trying to setup my Routes for the Cloudflare Workers.
I tried both *.domain.com/*
and *domain.com/*
as per Cloudflare’s documentation here
When I tried to
curl -v https://domain.com/
I could see my added HTTP headers, but when I tried to
curl -v https://sub.domain.com/
I could’t see my HTTP headers on both routes mentioned above.
I could only see my HTTP headers if I add additional route which is sub.domain.com/*
Is there something wrong with the wildcard that I’m using?
Thanks.