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

Fixed headers #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Fixed headers #1

wants to merge 4 commits into from

Conversation

innolabeveris
Copy link

I've corrected the request headers passing to the proxied url plus some gotchas.


module.exports = function(app){
function setHeaders(res, origin){
if(debug) console.info("setHeaders origin:" , JSON.stringify(origin.headers));
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be switched into a full if statement with braces?

@imjacobclark
Copy link
Owner

Thanks for the pull request! I've added a few comments to the diff, if you could take a look over them I'd be happy to re-review this, test it out and hopefully get it merged in!

Nice work.

@mrmx
Copy link

mrmx commented Apr 21, 2016

I've commited a new patch related to your suggestions here.

@imjacobclark
Copy link
Owner

@mrmx @innolabeveris I intent to merge this shortly, sorry for the delay, I have been adding a few unit tests and other refactoring, should land this week!

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