kirankumarpv commented on issue #3690: URL Prefix Superset Flask URL: https://github.com/apache/incubator-superset/issues/3690#issuecomment-469378951 > I am facing the same problem. > This is due to absolute redirection (not using `url_for`) > example: https://github.com/apache/incubator-superset/blob/master/superset/__init__.py#L191 > Workaround: wsgi middleware to catch redirection response and dirty patch Location HEADER > Sorry, no time immediately to propose a PR I have tried that. Using wsgi middleware to catch redirection reponse and dirty patch location HEADER but that results in sometimes application going to indefinite multiple redirects
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
