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
{{ message }}
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.
The option preserveHostHdr is not assigned in the function resolveOptions but used in the function reqHeaders to determine if the proxy should bypass the Host param in the HTTP request header.
Which makes me cannot proxy requests from different domains to the same backend service.
The option
preserveHostHdr
is not assigned in the functionresolveOptions
but used in the functionreqHeaders
to determine if the proxy should bypass theHost
param in the HTTP request header.Which makes me cannot proxy requests from different domains to the same backend service.
The following patch will fix the issue:
The text was updated successfully, but these errors were encountered: