Is there a way to make cloudflare follow redirects?

My backend returns a redirect to another URL and it would be much better (especially in terms of caching) when Cloudflare could just follow the redirect and then return the response instead of just returning the redirect response.
Is there a way to accomplish this? Maybe with a special header?
Was this page helpful?