Whitelist properly | Community
Skip to main content
Milan_Vucetic
New Participant
October 17, 2019
Solved

Whitelist properly

  • October 17, 2019
  • 2 replies
  • 3513 views

Hi,

is there any documentation regarding best practices in whitelisting?

I am trying to figure out differences between working and non-working record below:

non-working:    <url dnsSuffix="site" urlRegEx="https://site\.domain\.com/rest/.*"/>

working:       <url dnsSuffix="site.domain.com" urlRegEx="https://site\.domain\.com/rest/ui/.*"/>

Thanks,

Milan

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Raj_Ganta-1

Hi,

Please check the wordings for the dnsSuffix in the servConfig.xml. you have give some domain name instead of just the keyword or something.

dnsSuffix : Domain name, or domain parent, concerned by the URL

2 replies

Milan_Vucetic
New Participant
October 18, 2019

Hi,

thanks a lot.

Regards,

Milan

Raj_Ganta-1
Raj_Ganta-1Accepted solution
New Participant
October 17, 2019

Hi,

Please check the wordings for the dnsSuffix in the servConfig.xml. you have give some domain name instead of just the keyword or something.

dnsSuffix : Domain name, or domain parent, concerned by the URL