You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -328,7 +328,7 @@ proxyServer.listen(8015);
328
328
***ws**: true/false, if you want to proxy websockets
329
329
***xfwd**: true/false, adds x-forward headers
330
330
***secure**: true/false, if you want to verify the SSL Certs
331
-
***toProxy**: passes the absolute URL as the `path` (useful for proxying to proxies)
331
+
***toProxy**: true/false, passes the absolute URL as the `path` (useful for proxying to proxies)
332
332
***prependPath**: true/false, Default: true - specify whether you want to prepend the target's path to the proxy path
333
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).
334
334
***localAddress**: Local interface string to bind for outgoing connections
0 commit comments