Skip to content

Create a util for normalizing headers on the frontend

username-removed-642931 requested to merge normalize_frontend_headers into master

What does this MR do?

@filipa @brycepj

normalizes headers so that we have consistent headers in all production eviornments/browsers

Are there points in the code the reviewer needs to double check?

Why was this MR needed?

nginx returns lowercased headers.

Chrome keeps them lowercased, Firefox nromalizes them

To get rid of guessing, we just normalize them regardless

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

#27160 (moved) - #27054 (closed)

Merge request reports