For Workers & Pages, what is the name of the domain?
sepino.casa
What is the issue or error you’re encountering
Redirect
What steps have you taken to resolve the issue?
Cloudflare Workers allow you to write JavaScript code that runs at the Cloudflare edge, which allows you to implement a custom reverse proxy. In practice, the Worker would intercept requests made to https://test.mydomain.home and send them backend to https://test.mydomain.home:2096 without the client ever having to see the port change. HOW CAN I DO THIS? THANK YOU