Changes between Version 1 and Version 2 of Ticket #1928, comment 10
- Timestamp:
- 2016-01-31T14:27:05Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1928, comment 10
v1 v2 8 8 I was going to suggest this should be added to [https://tahoe-lafs.org/pipermail/tahoe-dev/2012-January/007010.html lafs-rpg] until this bug is fixed... but then I decided to do some digging and see if the bug would actually be difficult to fix in Tahoe. 9 9 10 What I found is that, at least with Twisted 13.0.0 and Nevow 0.11.1, the correct port number from the request's `Host` header is now included in the reponse's `Location` header! **So, the workarounds shouldn't be necessary anymore and we can put HTTP proxies in front of our web gateways and not end up with broken redirects.**10 What I found is that, at least with Twisted 13.0.0 and Nevow 0.11.1, the correct port number from the request's `Host` header is now included in the reponse's `Location` header! **So, the workarounds shouldn't be necessary anymore and we can put TCP proxies in front of our web gateways and not end up with broken redirects.** 11 11 12 12 Here is what I found while trying to determine how these redirects are made: