You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

http-proxy

Package Overview
Dependencies
Maintainers
4
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
23
9
Next

1.18.1

Diff

Changelog

Source

v1.18.1 - 2020-05-17

Merged

indexzero
published 1.18.0 •

Changelog

Source

1.18.0 - 2019-09-18

Merged

  • Added in auto-changelog module set to keepachangelog format #1373
  • fix 'Modify Response' readme section to avoid unnecessary array copying #1300
  • Fix incorrect target name for reverse proxy example #1135
  • Fix modify response middleware example #1139
  • [dist] Update dependency async to v3 #1359
  • Fix path to local http-proxy in examples. #1072
  • fix reverse-proxy example require path #1067
  • Update README.md #970
  • [dist] Update dependency request to ~2.88.0 [SECURITY] #1357
  • [dist] Update dependency eventemitter3 to v4 #1365
  • [dist] Update dependency colors to v1 #1360
  • [dist] Update all non-major dependencies #1356
  • [dist] Update dependency agentkeepalive to v4 #1358
  • [dist] Update dependency nyc to v14 #1367
  • [dist] Update dependency concat-stream to v2 #1363
  • x-forwarded-host overwrite for mutli level proxies #1267
  • [refactor doc] Complete rename to http-party org. #1362
  • Highlight correct lines for createProxyServer #1117
  • Fix docs for rewrite options - 201 also handled #1147
  • Update .nyc_output #1339
  • Configure Renovate #1355
  • [examples] Restream body before proxying, support for Content-Type of application/x-www-form-urlencoded #1264

Commits

  • [dist] New test fixtures. 7e4a0e5
  • [dist] End of an era. a9b09cc
  • [dist] Version bump. 1.18.0 9bbe486
  • [fix] Latest versions. 59c4403
  • [fix test] Update tests. dd1d08b
  • [dist] Update dependency ws to v3 [SECURITY] b00911c
  • [dist] .gitattributes all the things. fc93520
  • [dist] Regenerate package-lock.json. 16d4f8a
jcrugzz
published 1.17.0 •

Changelog

Source

1.17.0 - 2018-04-20

Merged

  • Fix overwriting of global options #1074
  • Update README.md #1131
  • Update README.md with CoC link #1120
  • Add Code Of Conduct #1119
  • [deps] Update eventemitter3 to version 2.0.x #1109

Fixed

  • Fix "Can't set headers after they are sent" errors #930
  • Include websocket non-upgrade response #890

Commits

  • Add followRedirects option c9a556c
  • [test] add test for selfHandleRequest and remove modifyResponse as selfHandleRequest is the only way that functionality works 4a37175
  • Adding ability to set cookie path 2c98416
  • Updating docs and adding more tests. f5c2381
  • [dist] make tests work reliably, add package-lock.json 09dcb98
  • add support for modify response e5c02b8
  • [wip] proper tests and reporting f4ff100
  • Add detail about "buffer" option 6f88caf
  • Add use case for proxy to HTTPS using a PKCS12 client certificate d2f9db8
  • [test] for override method feature 81d58c5
  • [dist] doc updates e94d529
  • feat: 添加response自处理参数 89f9ef8
  • [dist][test] codecov config a4bccc3
  • Removing unnecessary check since this is a private API bc6a237
  • issue #953: stop using writeHead 2c44039
  • [fix] move badges 543636d
  • fix small typos in README 8231984
  • Added timeout option to docs 107c187
  • [dist] document the feature d533a1b
  • [fix] slightly more tolerant de1b808
  • Forgot 'i' flag when changing from regex shorthand to string. 50f58b4
  • Update common.js c5d8466
  • [fix] rm newline e6f24ba
  • [dist] update package-lock.json abf882e
jcrugzz
published 1.16.2 •

Changelog

Source

1.16.2 - 2016-12-06

Merged

  • [WIP] Revert default behavior of writeHeaders method #1104
jcrugzz
published 1.16.1 •

Changelog

Source

1.16.1 - 2016-12-04

Commits

  • Enable proxy response to have multiple Set-Cookie raw headers #1101 8cb451f
  • [dist] Version bump. 1.16.1 ac1a01b
jcrugzz
published 1.16.0 •

Changelog

Source

1.16.0 - 2016-12-02

Merged

  • Fix newly introduced error in error handler for ECONNREFUSED in forward proxy #1100
  • Keep original letter case of response header keys #1098
  • Handle errors for forward request, add test case #1099

Commits

jcrugzz
published 1.15.2 •

Changelog

Source

1.15.2 - 2016-10-22

Merged

  • Add proxy-timeout option to documentation #1075

Commits

  • Do not rely on func.name (no scope) 61c2889
  • Do not rely on func.name (no scope) d48f67e
  • Expose full callback names 220f5fb
  • test case added f5217d6
  • [fix] style nits d0f1dfe
  • With a comment fbc2668
  • Fix browserification 8eddf45
  • not setting connection header in case of http2 as it is deprecated 2d01edc
jcrugzz
published 1.15.1 •

Changelog

Source

1.15.1 - 2016-09-14

Merged

  • Properly write response header optionally including statusMessage #1061

Commits

  • [dist] Version bump. 1.15.1 912cd3a
jcrugzz
published 1.15.0 •

Changelog

Source

1.15.0 - 2016-09-14

Merged

  • Made it not to crash with omited Host http header #1050
  • README.md: fix typo: 'ingoing' should be 'incoming' #1060
  • Fix for Reason-Phrase being overwritten on proxy response. #1051
  • cookieDomainRewrite option #1009
  • Update ntlm-authentication.js #1025
  • Restream body before proxying #1027
  • Location rewriting for responses with status 201 #1024
  • #866 Copy CA from options into outbound proxy #1042

Fixed

  • Restream body before proxying (#1027) #955

Commits

  • [dist] Version bump. 1.15.0 b98c75b
jcrugzz
published 1.14.0 •

Changelog

Source

1.14.0 - 2016-06-15

Merged

  • Emit disconnected event instead of error when ECONNRESET #966
  • fix test for node 0.10 + socket.io-client@1.4.6 (engine.io-client@1.6.9) #1010

Commits

  • [dist] Version bump. 1.14.0 fcfb0b3
23
9
Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc