Skip to content

Commit fb90f36

Browse files
Adding iframe case to troubleshooting guide (DataDog#10869)
* Adding iframe case to troubleshooting guide * Update content/en/synthetics/troubleshooting/_index.md Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com> Co-authored-by: ruthnaebeck <19349244+ruthnaebeck@users.noreply.github.com>
1 parent 2bb7378 commit fb90f36

File tree

1 file changed

+4
-0
lines changed
  • content/en/synthetics/troubleshooting

1 file changed

+4
-0
lines changed

content/en/synthetics/troubleshooting/_index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ If you experience issues setting up or configuring Datadog Synthetic Monitoring,
2424

2525
After downloading the [Datadog extension][2], you are unable to see your website in the iframe on the right side of your Browser test's recorder and the iframe displays `Your website does not support being loaded through an iframe.`. This could mean that your application has some settings preventing it from being opened in an iframe. If that is the case, try opening your website in a pop up by clicking **Open in Popup** to record your journey.
2626

27+
#### Some of my applications load in the iframe but some do not
28+
29+
This means your applications and environments have different restrictions, which causes some of them to be visualized in an iframe while the others are not viewable.
30+
2731
#### I'm seeing a "We've detected HTTP requests that are not supported inside the iframe, you may need to record in a popup" banner at the top of the iframe
2832

2933
This most likely means you are trying to record steps on an `http` page. Only `https` is supported in the recorder iframe. You should open your page as a pop up or change your URL to an `https` one to start recording on the page.

0 commit comments

Comments
 (0)