1137 Commits

Author SHA1 Message Date
Alfredo Delgado
bfcab93d8d Update README.md
Fixed typo.
2016-01-30 12:26:26 -05:00
coderaiser
7bad3fbca4 fix(common) urlJoin replace: ":/" -> "http?s:/" 2016-01-29 02:47:12 -05:00
Jarrett Cruger
268994ea45 [dist] Version bump. 1.13.0 1.13.0 2016-01-26 17:11:50 -05:00
Jarrett Cruger
58c0fdc761 Merge pull request #934 from Torthu/master
Fix for #839 (Ignore path and the trailing slash)
2016-01-26 15:56:58 -05:00
Charlie Robbins
d73b0d312a Merge pull request #943 from pra85/patch-1
Update license year range to 2016
2016-01-26 01:02:52 -08:00
Prayag Verma
a76e226221 Update license year range to 2016 2016-01-26 14:12:24 +05:30
Jarrett Cruger
db576d75c1 Merge pull request #942 from merpnderp/patch-1
Bump version for npm publish
1.12.1
2016-01-24 15:19:54 -05:00
Kaleb Murphy
e017fa8189 Bump version for npm publish
Would be great to get the NTLM fix into npm.
2016-01-24 14:11:12 -06:00
Jarrett Cruger
646a7493a4 Merge pull request #940 from merpnderp/FixSetHeader
Added check to passes/web-outgoing.js to make sure the header being s…
2016-01-23 12:27:49 -05:00
merpnderp
3b39d2c3dc Added check to passes/web-outgoing.js to make sure the header being set is not undefined, which should be the only falsey value that could accidently show up and break that call. This fixes windows NTLM auth issues behind http-proxy. 2016-01-22 09:17:14 -06:00
Torstein Thune
0cb1d3c68e Added note for appending trailing / when using ignorePath 2016-01-13 15:27:51 +01:00
Torstein Thune
f9540de7b1 Fixed tests depending on ignorePath 2016-01-13 15:24:46 +01:00
Torstein Thune
f2093b5313 No longer appends / to path if ignorePath is set 2016-01-13 09:16:50 +01:00
Afriza N. Arief
41414a56a1 README.md: introduction to specify reverse proxy
clarify proxy type to be reverse proxy in the introduction
2016-01-04 12:40:05 +08:00
Charlie Robbins
6371231086 Merge pull request #825 from pose/patch-1
Created reverse-proxy.js example.
2015-12-29 23:53:21 -05:00
Jarrett Cruger
6c83980f29 Merge pull request #922 from aaronmaturen/sse
SSE example and test
2015-12-07 15:58:22 -05:00
Aaron T. Maturen
e4760727f1 SSE example and test 2015-12-06 19:34:42 -05:00
Charlie Robbins
222a4d0fa1 Merge pull request #912 from nodejitsu/more-structured-readme
More structured readme
2015-11-23 13:12:37 -05:00
donasaur
6106d4c32f Added back to top helpers 2015-11-23 09:46:15 -08:00
donasaur
cd1d7776e8 Organized README more 2015-11-23 09:30:05 -08:00
Jarrett Cruger
642e9cc2cb Merge pull request #910 from nodejitsu/proxy-table-readme
Updated markdown docs to mention proxy rules module
2015-11-22 14:19:09 -05:00
donasaur
eea79cab53 Updated markdown docs to mention proxy rules 2015-11-20 17:28:37 -08:00
Jarrett Cruger
f82ce18d2f [ci] use node 4.2 to test and do not allow failures 2015-11-09 19:43:18 -08:00
Jarrett Cruger
470475b896 Merge pull request #901 from jedverity/master
Add tests for forwarding of continuation frames
2015-11-09 14:53:05 -08:00
Jarrett Cruger
2a5e69d48c Merge pull request #904 from shinnn/deps
Bump requires-port, server and ws
2015-11-06 13:20:22 -08:00
Shinnosuke Watanabe
9ea1e89a2f [fix] bump requires-port, server and ws
npm v3 tries to dedupe the dependencies by default, and keeping
dependencies up-to-date helps better deduplication.

https://github.com/unshiftio/requires-port
https://github.com/npm/node-semver
https://github.com/websockets/ws
2015-11-05 17:49:45 +09:00
Jarrett Cruger
ab42124d54 Merge pull request #903 from nodejitsu/ntlm-authentication
[example] add an example for NTLM authentication
2015-10-30 14:16:10 -07:00
Jarrett Cruger
5d593e8ef1 [example] add an example for NTLM authentication 2015-10-30 14:14:03 -07:00
glortho
64fa520789 Add tests for testing forwarding of continuation frames
This adds two tests that send payloads below and at the threshold for continuation frames. Using node 0.12.7 both tests pass. Using node 4.1.2 the test below the threshold passes but the other fails.
2015-10-28 15:52:37 -04:00
Jarrett Cruger
b5a6d0e583 [dist] Version bump. 1.12.0 1.12.0 2015-10-22 19:27:24 -04:00
Jarrett Cruger
0bc4c783ca Merge pull request #897 from lbrucher/issue-896
Issue #896: provide a "proxyReq" event also for websocket connections.
2015-10-22 19:26:02 -04:00
Laurent Brucher
9752652e76 fixes after PR review 2015-10-22 18:38:58 +02:00
Laurent Brucher
a05fc2d169 Provide a "proxyReq" event also for websocket connections. 2015-10-22 15:56:34 +02:00
Jarrett Cruger
60baca5aed [dist] Version bump. 1.11.3 1.11.3 2015-10-19 09:30:18 -04:00
Charlie Robbins
6b65c428b3 Merge pull request #893 from donasaur/master
Removed unspecified trailing slash in proxy url
2015-10-18 16:15:53 -05:00
donasaur
eb97bf5423 Removed unspecified trailing slash in proxy url 2015-10-18 13:04:06 -07:00
Jarrett Cruger
ec64e4f597 Merge pull request #892 from donasaur/patch-1
Updating the upgrading doc
2015-10-18 10:45:45 -04:00
Don Mai
e666a4e07d Updating the upgrading doc
Recently ran into a case where I had to upgrade the `http-proxy` version for an app, and that app was using a proxy table.

I'm not sure how many users are still using the 0.x.x version of `http-proxy`, but the added link (found from one of the GH issues) may encourage them to switch over to 1.x.x if they were using the old version due to its proxy table support and the activation energy to upgrade was too high.

I might release a module for this eventually, lol, since there was some work involved in creating a proxy table to map paths to paths for the same hostname.
2015-10-18 01:12:19 -07:00
chimurai
c86ae51bb9 docs: options.headers 2015-09-26 23:46:11 +02:00
indexzero
302d981dd2 [dist] Update .travis.yml to be more modern. 2015-09-21 18:22:31 -07:00
Jarrett Cruger
30e3b371de [dist] Version bump. 1.11.2 1.11.2 2015-08-30 17:29:25 -04:00
Jarrett Cruger
cea0e8676b [fix] make more functional 2015-08-30 17:28:05 -04:00
Arttu Liimola
3d2350c54f Replaced Object.keys().map with for in loop. 2015-08-30 17:16:42 -04:00
Arttu Liimola
ca73208749 Websocket key was unnecessary long. 2015-08-30 17:16:36 -04:00
Arttu Liimola
da674ec4df Modify the set-cookie header fix to work with node 0.10.x. 2015-08-30 17:16:07 -04:00
Arttu Liimola
855cebdac4 Added websocket set-cookie headers test 2015-08-30 17:16:00 -04:00
Arttu Liimola
8bfd90c4d9 Use raw headers instead parsed.
Set-Cookie headers are parsed into single header with cookies in array.
This messes up the Set-Cookie headers, because browser receives multiple Set-Cookie headers as single with cookies separted with comma.
2015-08-30 17:15:54 -04:00
Charlie Robbins
931f73dc98 Merge pull request #870 from justsml/patch-1
Update gzip-middleware.js
2015-08-24 12:38:27 -07:00
Daniel Levy
349b843731 Update gzip-middleware.js
Punctuation
2015-08-24 13:23:53 -06:00
Charlie Robbins
2e3eb0950d Merge pull request #863 from stuartpb/patch-1
Fix broken option list indentation
2015-08-14 12:30:42 -07:00