Does flow send http request modify header letter case

Hi,

Does the send http request action modify header letter case? Thanks!

In my test, it seems that it would capitalize the header, e.g. header “x-abC” would become “X-Abc”.

Headers should be case insensitive. If you are relying on that it’s going to be brittle to changes.

1 Like

Got it! Thanks for the quick reply!

1 Like