Defect #3983
closed
Invalid Issue Atom Feeds Urls
Added by Yoann Besson about 15 years ago.
Updated about 15 years ago.
Description
Hi,
Base Url defined in Settings : dev.mydomain.com:9443/redmine
Url in Feeds : localhost:9443/redmine
- Status changed from New to Closed
- Resolution set to Wont fix
This setting is only used to generate URLs in email notifications (which can be sent by offline scripts).
Feeds URLs uses the Host header of your HTTP request.
- Status changed from Closed to Reopened
Hi Jean-Philippe,
Ok so if Feeds URLS uses the host header of the HTTP request, it still a bug since i'm using Redmine througth a Reverse Proxy which Pass Request like that :
dev.mydomain.com:443 (External) => IIS Reverse Proxy with Rewrite Rules (8443) => localhost:8088 (Apache) => Mongrel (localhost:3001,3002)
I think it should be great to be able to specify Feeds URLs host names.
Thanks.
Your reverse proxy should set the X-Forwarded-Host header. Rails will use it.
- Status changed from Reopened to Closed
Also available in: Atom
PDF