cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to have a forth level domain as a CNAME?

m_borrelli
Discoverer
0 Kudos

I have two application with a different third level subdomain:

- app1: example1.domain.com

- app2: example2.domain.com

and Custom API prefix equal to "custom"

Is it possible to have such a CNAMEs set up on console:

- CNAME1: custom.example1.domain.com

- CNAME2: custom.example2.domain.com

or we need to use login.domain.com for both the applications?

View Entire Topic
kobico
Advisor
Advisor

Hello Matia,

This is possible, as long as you configured the trusted URLs to whitelist specifically "*.example1.domain.com" for apiKey x and "*.example2.domain.com" for apiKey y. without adding "*.domain.com" to the list.

m_borrelli
Discoverer
0 Kudos

Hello Kobi,

Thank you really much for your answer!

So, you need to explicit also the third subdomain "exmaple1/2" besides ".domain.com" on the trusted URLs, correct?

What happens if Site1 (with CNAME1) uses an hosted pages (on the site2, with CNAME2)? I suppose that the correct setting should be add on the site1's trusted URL also example2.domain.com, right?