Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all instances of '_' with '-' in header name before proxying. #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

blakewatters
Copy link

This is probably the least general of the patches I've sent over. Basically I am using the rack-reverse-proxy to funnel traffic from a Heroku Bamboo application to a Cedar application. Because of the way Heroku works with HTTP headers, I needed to replace the underscores with hyphens before passing the traffic back to the next Heroku app. I am happy to wrap this into an option (not really sure what to call it?) and add some tests if there's interest in merging it. Let me know.

Ensures compatibility when proxying Heroku requests to other Heroku apps
bethesque pushed a commit to bethesque/rack-reverse-proxy that referenced this pull request Aug 3, 2017
https fixes and a new feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant