Cloudflare Workers - Redirect

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

You don’t need a Worker for that, just configure the destination port for an Origin Rule as here…

thank you, how can i do port redirect. never done it, can you help me. thanks

Click the link I posted above, steps are here…

solved thanks