Construct Multitab URLs using external URL config
Idea Logged
The current code which writes the URL for multitab support into the response gets the originally requested URL from the Request object. If the server is behind a load balancer or some other intermediary, it isn't going to get the original URL.
Yellowfin should not be using the protocol from the request object, it should determine it from the external URL configuration, as it usually does in other scenarios.
Also a tip that might make implementation easier, is that you can leave the protocol unspecified, just use "//" instead of "http://"; or "https://"; to have the browser continue to use the same protocol.
Hi Santosh,
Thanks for reaching out with your suggestion. I've logged this as an Idea for an Enhancement Request. Before becoming a request, ideas will be reviewed by our Product Team and chosen for Enhancements based on feasibility, level of positive impact to the user experience, and votes from the community. This post will be updated with any future information relevant to this process.
Cheers,
Neal
Hi Santosh,
Thanks for reaching out with your suggestion. I've logged this as an Idea for an Enhancement Request. Before becoming a request, ideas will be reviewed by our Product Team and chosen for Enhancements based on feasibility, level of positive impact to the user experience, and votes from the community. This post will be updated with any future information relevant to this process.
Cheers,
Neal
Replies have been locked on this page!