Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: http-party/node-http-proxy Loading
base: 1.13.2
Choose a base ref
...
head repository: http-party/node-http-proxy Loading
compare: 1.13.3
Choose a head ref
  • 15 commits
  • 28 files changed
  • 10 contributors

Commits on Feb 26, 2016

  1. Set the x-forwarded-host flag when xfwd is enabled

    Reasoning: Rack's request class [makes use of](https://github.com/rack/rack/blob/master/lib/rack/request.rb#L243) this HTTP header. Certain edge-case scenarios (proxying from ember-cli to a Rails backend) can be problematic without this header being present.
    
    /cc @perlun, @jesjos
    jbacklund committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    ef86b50 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #967 from jbacklund/patch-1

    Set the x-forwarded-host flag when xfwd is enabled
    jcrugzz committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    c1440b5 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2016

  1. Configuration menu
    Copy the full SHA
    f8d605d View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2016

  1. Merge pull request #974 from bmac/patch-1

    Fix formatting of the `headers` option
    jcrugzz committed Mar 9, 2016
    Configuration menu
    Copy the full SHA
    0183529 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2016

  1. 1 Configuration menu
    Copy the full SHA
    f345a1a View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2016

  1. Update README

    For clarity
    Kyle Hayes committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    820fc59 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #982 from kylehayes/patch-1

    Update README
    jcrugzz committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    a4b2857 View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2016

  1. Add expected datatype to readme

    This confused me while attempting to use this feature
    deanshelton913 committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    bdb3492 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #983 from deanshelton913/add-datatype-to-readme

    Add expected datatype to readme
    jcrugzz committed Mar 23, 2016
    Configuration menu
    Copy the full SHA
    28cecb5 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Update ntlm-authentication.js

    missing bracket
    aroder committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    ecdfff4 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2016

  1. Merge pull request #989 from aroder/patch-1

    Update ntlm-authentication.js
    jcrugzz committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    b223275 View commit details
    Browse the repository at this point in the history
  2. Sanitize header keys before setting them (#997)

    Fixes #996.
    randunel authored and jcrugzz committed Apr 26, 2016
    Configuration menu
    Copy the full SHA
    284903d View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2016

  1. alter message error (#998)

    message error about port 9001 -> port 9002
    ukari authored and jcrugzz committed Apr 28, 2016
    Configuration menu
    Copy the full SHA
    6baf149 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2016

  1. fix browserify compatibility (#975)

    idjem authored and jcrugzz committed May 15, 2016
    Configuration menu
    Copy the full SHA
    433a740 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2016

  1. [dist] Version bump. 1.13.3

    jcrugzz committed May 16, 2016
    Configuration menu
    Copy the full SHA
    5082acc View commit details
    Browse the repository at this point in the history
Loading