Issue - Cloudfare Tunnel - strict origin when cross origin

Greetings,

I have been using Cloudflare tunnel without issues and running it a VPN replacement with both HTTPS and HTTP services I have.

I ran into this issue with one of the services I have, as it might be an issue with CORS. not sure how to fix it.

I have pointed as usual a subdomain and it’s redirecting fine, until it hits the services in question and while capturing HAR in chrome network and I found the error was complaining about.

it shows Status Code: 401
Referrer Policy: strict-origin-when-cross-origin

Screenshot:

Any idea if there is something we can configure in the Cloudflare Teams web ui to get that working? or if it’s something I have add (like FQDN from Cloudflare to my services config to allow some headers?)

Thanks!
Anas

(post deleted by author)

As of now, for such a case, I am using npm (Nginx Proxy Manager) instead of Cloudflared Tunnel and it’s working fine.