Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 19 Oracle Analytics Lounge
- 222 Oracle Analytics News
- 44 Oracle Analytics Videos
- 15.8K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 83 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Redirect Base Analytics URL to /ui/

Organization Name
Ministry of Defence
Description
Hi,
We have setup an OAC Vanity URL for our OAC instance CadetAnalytics, i.e. analytics.mydomain.com
The vanity URL is https://analytics.mydomain.com/ui/
Accessing https://analytics.mydomain.com/ or the original URL https://analytics-namespace.analytics.region.ocp.domain results in a 403 Forbidden error.
I believe the vanity URL offering should redirect
https://analytics.mydomain.com/ to https://analytics.mydomain.com/ui/
and
https://analytics-namespace.analytics.region.ocp.domain/ to https://analytics-namespace.analytics.region.ocp.domain/ui/
i.e. the end user shouldn't have to enter /ui/
In Apache we would do:
RedirectMatch ^/$ /ui/
Can something like this be added?
Thanks,
Rizwan
Use Case and Business Need
Users shouldn't be required to enter /ui/ when accessing analytics using the vanity url
Original Idea Number: 9d4835d480
Comments
-
We have similar requirement too as the "403 Forbidden" message confuses the user and they think the application is down. In OBIEE we could handle it with LBaaS / OHS.
1