Proxy some url patterns to our own server and the rest should serve through CF pages?

Currently, we are using this functionality through nginx proxy. Now, we wanna move to CF pages and we want to keep same urls as of first. So, want to serve our static pages through Cf pages and some pattern URLs should proxy to our own server. I know about proxy in CF pages but they state only relative URLs are allowed of domain name, but we want to proxy to our own server. Is it possible with CF pages?
2 Replies
sakura
sakura7mo ago
Wondering this too, did you end up trying it?
Hello, I’m Allie!
You could use Functions to selectively pass back to your origin?