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

Proxy original http headers along with the request #30

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

Conversation

zeevl
Copy link

@zeevl zeevl commented May 1, 2013

Fixed an issue that was preventing the original request headers (i.e. HTTP_USER_AGENT) from being included in the proxy request. Net::HTTP is expecting these headers to be specified as USER-AGENT, not USER_AGENT.

Updated tests included..

@drewwed
Copy link

drewwed commented Sep 9, 2014

This fixed an issue I'd been having that disabled visual mode in wordpress. After adding this in to my fork, it's working again.

@kalv
Copy link

kalv commented Mar 6, 2015

Where did this get to? I'm running into the same issue with the User Agent header not going through.

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.

3 participants