Mirroring cloudflared trycloudflare.com behavior in Zero Trust tunnel
Hi. I am using cloudflared for local development of a Discord activity. Discord proxies requests in its iframe through discord to a mapping defined by myself.
I have the mapping set so all routes go to my cloudflare zero trust tunnel. The Public Hostname set up for that tunnel is
BUT when I use
Are there some settings I need to change to make this permanent tunnel function the same as the
I have the mapping set so all routes go to my cloudflare zero trust tunnel. The Public Hostname set up for that tunnel is
http://localhost:8793. When used in discord, there are cryptic errors that seem unrelated to networking.BUT when I use
cloudflared tunnel --url http://localhost:8793 instead of the tunnel I created in the Zero Trust UI, I don't have any issues.Are there some settings I need to change to make this permanent tunnel function the same as the
cloudflared tunnel command's?