Created by: eightypop
- Removed constraint that prevented rewrites when the target and redirected host did not match.
- Removed associated tests.
This constraint was added between v 1.9.x and 1.11.x and broke an implementation that was being used to proxy localhost requests to a another server.
If there's a good reason to keep preventing proxying between hosts that are not the same, I'd be interested to understand why and if there's a workaround for my specific use case.