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
base: 21b30b754db4
Choose a base ref
...
head repository: http-party/node-http-proxy
compare: 5a969d077b93
Choose a head ref
  • 5 commits
  • 3 files changed
  • 3 contributors

Commits on Feb 5, 2015

  1. Add support for auto host rewriting and protocol rewriting

    auto host rewriting allows rewriting to work as expected in most
    cases without extra cumbersome configuration
    
    protocol rewriting allows node-http-proxy to be able to listen
    over HTTPS and properly reverse-proxy to sites running over HTTP
    (to avoid doing SSL twice)
    matthauck committed Feb 5, 2015
    Copy the full SHA
    7f2f3ac View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from matthauck/master

    Add support for auto host rewriting and protocol rewriting
    matthauck committed Feb 5, 2015
    Copy the full SHA
    62e4b75 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2015

  1. Copy the full SHA
    14415a5 View commit details
    Browse the repository at this point in the history
  2. only rewrite redirect urls when it matches target

    if functioning as a reverse proxy for host1.foo.com,
    with a backend target of backend.foo.com:8080, the
    node proxy should only rewrite the redirect if it is
    a redirect to somewhere on backend.foo.com:8080
    matthauck committed Mar 9, 2015
    1
    Copy the full SHA
    26029ba View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2015

  1. Merge pull request #787 from mokafive/master

    Fixes / additions to URL rewriting
    jcrugzz committed Apr 1, 2015
    Copy the full SHA
    5a969d0 View commit details
    Browse the repository at this point in the history