How to enable upper case at response headers?

When enable Cloudflare response headers has lowercase. When disable response headers has uppercase.
This is due to the fact: "Google and Cloudflare use the SPDY protocol (next to HTTP) which explicitly requires lower case headers. "
My app is case sensitive, so how to enale uppercase at Cloudflare without disabling it for all response headers?
Thanks
Best regards

You cannot. Headers need to be in lowercase in http2 so they can get compressed effectively. If you don’t have access to app source code then you can proxy responses and change them as you need. If TLS is enabled you need to MITM the website.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.