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”.
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.
Got it! Thanks for the quick reply!