Replies: 6 comments 5 replies
-
Hi rebryk Thanks |
Beta Was this translation helpful? Give feedback.
-
Got similar case. I have one route in my app that I want to be able to embed and I applied |
Beta Was this translation helpful? Give feedback.
-
Same boat. Does anyone know how to work around this? |
Beta Was this translation helpful? Give feedback.
-
@JoaquinPiersigilli This worked for me, in my case I need to allow one specific domain where I want to remove the 'X-Frame-Options', 'SAMEORIGIN' not sure if this is your case but hope helps.
|
Beta Was this translation helpful? Give feedback.
-
I ran into a similar issue, which in my case was caused by Vercel Authentication on preview deployments. TLDR: try disabling Vercel Authentication under Full summary:
Credit to this builder.io forum comment that led me to the solution after hours of investigation.
|
Beta Was this translation helpful? Give feedback.
-
To work for deployment protected deployments I had to do as @pmillspaugh mentions by using
✅ This combination works perfect for me for protected deployments. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
I want to redirect web page content without the
X-Frame-Options
header so I can embed it on my website.As an example, I created a middleware according to the Next.js documentation.
But in the response, I still get
X-Frame-Options
equal toDENY
.Any ideas how to resolve it?
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions