Skip to content

Commit 0cb1d3c

Browse files
committed
Added note for appending trailing / when using ignorePath
1 parent f9540de commit 0cb1d3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ proxyServer.listen(8015);
330330
* **secure**: true/false, if you want to verify the SSL Certs
331331
* **toProxy**: passes the absolute URL as the `path` (useful for proxying to proxies)
332332
* **prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path
333-
* **ignorePath**: true/false, Default: false - specify whether you want to ignore the proxy path of the incoming request
333+
* **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).
334334
* **localAddress**: Local interface string to bind for outgoing connections
335335
* **changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL
336336
* **auth**: Basic authentication i.e. 'user:password' to compute an Authorization header.

0 commit comments

Comments
 (0)