Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
let the client handle the redirect, don't do it internally
Say a user wants to get http://www.example.com/protected/ and that if this service wasn't behind twitcher, the user would get redirected to http://www.example.com/protected/other/ Now if this service is behind twitcher, twitcher follows redirects internally and returns http://www.example.com/protected/other/ to the user. Now the user's url location is still http://www.example.com/protected/ but the content is http://www.example.com/protected/other/ If the protected web server generates relative urls in its content or redirects, these urls are then broken.
- Loading branch information