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
@@ -337,6 +337,7 @@ proxyServer.listen(8015);
337
337
***hostRewrite**: rewrites the location hostname on (301/302/307/308) redirects.
338
338
***autoRewrite**: rewrites the location host/port on (301/302/307/308) redirects based on requested host/port. Default: false.
339
339
***protocolRewrite**: rewrites the location protocol on (301/302/307/308) redirects to 'http' or 'https'. Default: null.
340
+
***cookieDomainRewrite**: rewrites domain of `set-cookie` headers. `""` to remove the domain. Can provide an object to map domains one by one. Default: `false`.
340
341
***headers**: object with extra headers to be added to target requests.
0 commit comments