Forum Discussion
URL redirect
Thanks Mo
another example:
https://tableau-snd.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/ProjectChartfieldSearch
/#/site/QA/ : will be same
ProjectChartfieldSearch/ProjectChartfieldSearch : Can be anything
Redirect to:
https://tableauqa.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/ProjectChartfieldSearch
- 1 year ago
Hi,
I don't get you.
Have you applied the irule that I sent in my reply, this irule should redirect the hostname but keeps the rest of URI.
please clarify more
- msaud1 year ago
Cirrus
I didn't work.
here is exact requirements:
https://tableau-snd.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/ProjectChartfieldSearch
/#/site/QA/ : will be same
ProjectChartfieldSearch/ProjectChartfieldSearch : Can be anything
Redirect to:
https://tableauqa.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/ProjectChartfieldSearch- 1 year ago
Hi msaud
My code should grantee this, it will copy the path in first request to the redirected request.
If you change the first request like this :
https://tableau-snd.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/newone
the redirected request will be like that:
https://tableauqa.ucsf.edu/#/site/QA/views/ProjectChartfieldSearch/newone
so it should work.
Take a packet capture and see what's going on
Feel free to share it with me if this available with you