cancel
Showing results for 
Search instead for 
Did you mean: 

Personas White list Issue

former_member546954
Discoverer
0 Kudos

I am doing some testing and Getting Error "The URL is not Whitelisted" on HTML viewer.

URL link : http://services.odata.org/V4/OData/OData.svc/Persons

URL WHitelists Config:

Whitelist ID: ALL

URLWhitelist Expression : (http|https):\/\/.*

Could you please guide, What should i add in my URL whitelist configuration and why?

Thank you.

Patel

Accepted Solutions (0)

Answers (3)

Answers (3)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert

Use either .* as the expression to whitelist anything (no restriction whatsoever), or (http|https)://.* if you want to restrict the URL to use the http or https protocol only.

cristin_charbonneau
Participant
0 Kudos

Hi Nixal.

What Tamas is describing is to only enter the value "(http|https)://.*" in the URL whitelist if you want to restrict the URLs to those protocols. You wouldn't append the "www.google.com/gmail/about" to the whitelist entry. To allow all URLs you would enter the value ".*" in the whitelist.

I had a similar issue with my URL whitelist and ended up with the attached entries.

I tested the value "https://www.google.com/gmail/about/" in the URL checker with my whitelist and it is accepted.

Kind Regards,

Cristin

former_member546954
Discoverer
0 Kudos

Thank you Thomas..I have configured below :

I

I also create button "GMail" on my screen.. But still it is not opening gmail page. Can you please let me know what we are doing wrong here..?