iFrame for Servicenow in HTML

Sangee
Giga Contributor

Hi,

This is my HTML data (eg. iframe.html source file)

<html>
<head></head>
<body>
<iframe src="https://dev56567.service-now.com/sp?id=dashboard_page"></iframe>
</body></html>

Whatever relating to ServiceNow  page in iframe src it is throwing an error "dev56567.service-now.com refused to connect"

My requirement is to embed the ServiceNow dashboard/ report data in html source file
find_real_file.png

Any kind of response is appreciable.

Thanks.

1 ACCEPTED SOLUTION

Sangee
Giga Contributor

I resolved this issue by disabling the property "glide.set_x_frame_options"

View solution in original post

3 REPLIES 3

Jyoti8
Kilo Guru

Hi Sangee,

Refer this link, I hope it will help you.

https://www.w3schools.com/tags/att_iframe_src.asp

 

If my reply helps you at all, I’d really appreciate it if you click the Helpful button and if my reply is the answer you were looking for, it would be awesome if you could click both the Helpful and Accepted Solution buttons..:)

Thanks

Sangee
Giga Contributor

Hi Jyoti,

I tried, I am getting same error "dev56567.service-now.com refused to connect" when I try to add ServiceNow instance URL inside the iframe src.

find_real_file.png

Could you please help me in this regard.

Thanks.

Sangee
Giga Contributor

I resolved this issue by disabling the property "glide.set_x_frame_options"