You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What's the purpose of replacing underscores with dashes? (a noob question)
How can I preserve underscore in header key? I see it's happening here
I'm struggling to solve this issue because one of our 3rd party service endpoint needs injecting some headers and one of the header key has underscore!
The text was updated successfully, but these errors were encountered:
In the nginx doc, they have on-off option for this, you can check it here
Similarly, can we make that configurable in this gem?
I can create a PR but this gem doesn't seem to be actively maintained...
What's the purpose of replacing underscores with dashes? (a noob question)
How can I preserve underscore in header key? I see it's happening here
I'm struggling to solve this issue because one of our 3rd party service endpoint needs injecting some headers and one of the header key has underscore!
The text was updated successfully, but these errors were encountered: