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
Original file line number
Diff line number
Diff line change
@@ -333,6 +333,7 @@ proxyServer.listen(8015);
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
335
335
***changeOrigin**: true/false, Default: false - changes the origin of the host header to the target URL
336
+
***preserveHeaderKeyCase**: true/false, Default: false - specify whether you want to keep letter case of response header key
336
337
***auth**: Basic authentication i.e. 'user:password' to compute an Authorization header.
337
338
***hostRewrite**: rewrites the location hostname on (201/301/302/307/308) redirects.
338
339
***autoRewrite**: rewrites the location host/port on (201/301/302/307/308) redirects based on requested host/port. Default: false.
0 commit comments