Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: skip uri modification if authority host match
This adds a check in our `resolveExternalUri` patch to skip modifying if the `authority` and the `location.host` match to prevent `localhost:<port>/proxy/<port>` from being modified.
- Loading branch information