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
@@ -330,7 +330,7 @@ proxyServer.listen(8015);
330
330
***secure**: true/false, if you want to verify the SSL Certs
331
331
***toProxy**: 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
-
***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).
334
334
***localAddress**: Local interface string to bind for outgoing connections
335
335
***changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL
336
336
***auth**: Basic authentication i.e. 'user:password' to compute an Authorization header.
0 commit comments