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
In setRedirectHostRewrite of lib/http-proxy/passes/web-outgoing.js, only status code 301, 302, 307, 308 are supported. Status code 303 should also be supported.
Or, even better, make the list of eligible/desired redirect status code configurable.