Netlify Redirect Header present in Dev but not Prod

[[redirects]]
  from = "/search"
  to = "/.netlify/functions/search"
  status = 200
  force = true
  headers = { X-From = "Netlify" }

X-From header appears in request (to a Netlify Function) in development using netlify dev but not in production. Any ideas?

Hey @PhatOofxD,
I believe we actually just filed a bug for this behavior! Your function looks fine to me, but just to confirm that it was processed in the deploy (and in case we want to do further debugging), could you please share your Netlify url where this function lives?

And I will update here as there’s movement on that bug.

The bug fix has shipped!

Please let us know if you’re still not able to see the header.