Oracle Analytics Cloud and Server Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Redirect Base Analytics URL to /ui/

Needs Votes
31
Views
1
Comments

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

3
3 votes

Needs Votes · Last Updated

Comments

  • User_SYX1G
    User_SYX1G Rank 1 - Community Starter

    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.