1109 Commits

Author SHA1 Message Date
Adam Roderick
ecdfff408f Update ntlm-authentication.js
missing bracket
2016-04-14 16:21:39 -05:00
Jarrett Cruger
28cecb5a96 Merge pull request #983 from deanshelton913/add-datatype-to-readme
Add expected datatype to readme
2016-03-23 18:36:21 -04:00
deanshelton913
bdb3492b21 Add expected datatype to readme
This confused me while attempting to use this feature
2016-03-23 15:19:50 -07:00
Jarrett Cruger
a4b2857216 Merge pull request #982 from kylehayes/patch-1
Update README
2016-03-22 15:13:09 -04:00
Kyle Hayes
820fc5987c Update README
For clarity
2016-03-22 08:47:14 -07:00
indexzero
f345a1ac2d [dist] Update LICENSE to reflect 2015 changes. 2016-03-12 00:05:21 -08:00
Jarrett Cruger
018352955e Merge pull request #974 from bmac/patch-1
Fix formatting of the `headers` option
2016-03-08 17:26:38 -08:00
Brendan McLoughlin
f8d605d53f Fix formatting of the headers option 2016-03-08 18:07:11 -05:00
Jarrett Cruger
c1440b58f1 Merge pull request #967 from jbacklund/patch-1
Set the x-forwarded-host flag when xfwd is enabled
2016-02-26 09:52:26 -08:00
Jakob Backlund
ef86b50427 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
2016-02-26 14:29:55 +02:00
Jarrett Cruger
e1b2f4c31b [dist] Version bump. 1.13.2 1.13.2 2016-02-17 11:00:08 -05:00
Jarrett Cruger
820f198729 Merge pull request #806 from chimurai/master
Fixed missing documentation: #options.headers
2016-02-16 18:05:28 -05:00
Jarrett Cruger
d2df053677 Merge pull request #950 from caioquirino/master
#949 Proxy example using req instead res on README
2016-02-15 10:36:24 -05:00
Jarrett Cruger
7357200334 Merge pull request #962 from Turbo87/default-mocha-reporter
mocha: Use default reporter
2016-02-15 10:35:41 -05:00
Jarrett Cruger
d19be83858 Merge pull request #961 from Turbo87/transfer-encoding-fix
Remove "transfer-encoding" header if "content-length" is set to zero
2016-02-15 10:35:32 -05:00
Tobias Bieniek
570cf3b4f9 mocha: Use default reporter
Unfortunately the "landing" reporter doesn't really look good on CI servers at all...
2016-02-15 15:47:46 +01:00
Tobias Bieniek
5c46e4b754 Remove "transfer-encoding" header if "content-length" is set to zero 2016-02-15 15:43:14 +01:00
Caio Quirino da Silva
25e56d0182 #949 Proxy example using req instead res on README
README example implies request instead of response parameter
2016-02-02 11:56:39 -02:00
Jarrett Cruger
9d9fa940cf [dist] Version bump. 1.13.1 1.13.1 2016-02-01 21:02:33 -08:00
Jarrett Cruger
2831d9a4f9 Merge pull request #932 from afriza/patch-1
README.md: summary to specify reverse proxy
2016-02-01 20:59:49 -08:00
Jarrett Cruger
a379d160f3 Merge pull request #947 from coderaiser/fix-urlJoin
fix(common) urlJoin replace: ":/" -> "http?s:/"
2016-02-01 20:59:18 -08:00
Jarrett Cruger
7aed1f4559 Merge pull request #948 from Alfredo-Delgado/patch-1
Update README.md
2016-02-01 20:58:45 -08:00
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