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

Fix for proxy cross domain problem #75

Merged
merged 1 commit into from
Jul 21, 2014
Merged

Fix for proxy cross domain problem #75

merged 1 commit into from
Jul 21, 2014

Commits on Jul 20, 2014

  1. Fix for proxy cross domain problem

    Headers wasn't forwarded properly as I could see, and for some reason if host is in header it breaks.
    Also, body needs to be ether string or array of strings (not sure for array values).
    
    There is maybe better place to do this fix but I am not nodejs dev so it takes me time to connect everything.
    
    My suggestion, do not place host into headers and leave body in format that is in ajax. I am not sure where this modifications happen, maybe is bug in some other lib.
    MrBr committed Jul 20, 2014
    Configuration menu
    Copy the full SHA
    c2dbe75 View commit details
    Browse the repository at this point in the history