Skip to content

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