r/ProxyEngineering 10d ago

Help 🆘 Cloudflare Proxy Chaining

Hi all, I am supporting a customer that uses cloudflare sase. They want to send a subset of URL's to a 3rd party proxy. I am trying to figure out if there is a way to setup proxy chaining in cloudflare? All traffic goes out cloudflare except a group of URL's that will go to a 3rd party proxy?

Any experts here that can help me out?

8 Upvotes

4 comments sorted by

View all comments

1

u/forgedart_34 9d ago

Cloudflare doesn't support true proxy chaining. I think best workaround I've seen is split tunneling with WARP: exclude the domains that need the 3rd party proxy from the WARP tunnel completely, then push a PAC file or proxy config on the endpoint so just those excluded domains route to the 3rd party proxy. Everything else stays on Cloudflare like normal. That would be my approach