http-proxy
Advanced tools
Comparing version 1.12.1 to 1.13.0
@@ -91,3 +91,3 @@ var common = exports, | ||
// | ||
outgoingPath = !options.ignorePath ? outgoingPath : '/'; | ||
outgoingPath = !options.ignorePath ? outgoingPath : ''; | ||
@@ -94,0 +94,0 @@ outgoing.path = common.urlJoin(targetPath, outgoingPath); |
{ | ||
"name": "http-proxy", | ||
"version": "1.12.1", | ||
"version": "1.13.0", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
@@ -333,3 +333,3 @@ <p align="center"> | ||
* **prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path | ||
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request | ||
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request (note: you will have to append / manually if required). | ||
* **localAddress**: Local interface string to bind for outgoing connections | ||
@@ -461,3 +461,3 @@ * **changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL | ||
> | ||
>Copyright (c) 2010 - 2013 Nodejitsu Inc. | ||
>Copyright (c) 2010 - 2016 Nodejitsu Inc. | ||
> | ||
@@ -464,0 +464,0 @@ >Permission is hereby granted, free of charge, to any person obtaining a copy |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42933