Request to URL on the same zone but in CNAME configuration
Hello, I have a weird behavior that I have an hard time debugging.
I reach out my worker via my custom domain, this worker is actually doing a fetch to another endpoint on a different domain but same zone.
like Worker is: xxxx.plop.com and I fetch from this worker to yyyy.plop.com
And when I do that the fetch is clearly not working all the time.. like a weird resolving issue.
If I access the worker from the route "worker.dev" it's working 100%
i have plenty of debug the fetch is just empty OR sometime it says: "Invalid Link"
Any hint ? or way to debug more?
Thanks
I reach out my worker via my custom domain, this worker is actually doing a fetch to another endpoint on a different domain but same zone.
like Worker is: xxxx.plop.com and I fetch from this worker to yyyy.plop.com
And when I do that the fetch is clearly not working all the time.. like a weird resolving issue.
If I access the worker from the route "worker.dev" it's working 100%
i have plenty of debug the fetch is just empty OR sometime it says: "Invalid Link"
Any hint ? or way to debug more?
Thanks