I am just testing the browser widget in Customer screen. I have added “https://www.google.com/” as the URL there.
But it shows blank only (As shown in the attached image)
Any idea why ?
I am just testing the browser widget in Customer screen. I have added “https://www.google.com/” as the URL there.
But it shows blank only (As shown in the attached image)
Any idea why ?
If you’re comfortable with the Chrome/Edge Developer tools, look at the network traffic to see if the URL is called and if so, is there an error.
Aah.
I don’t think google allows it to be used in an Iframe .
I have checked in the browser and it was refusing connection to that URL.
Due to [X-Frame-Options] was set to deny or SAMEORIGIN.
We need to use url that has [X-Frame-Options] set to “Allow”
Thanks for the tip. It helped