Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

119
Views
how to open big commerce website into iframe

Is this possible to open website inside iframe ?

If not is there any possible to put our content page not found or this website is now allowing to fetch data into iframe

<!DOCTYPE html>
<html>
<body>

<h1>The iframe element</h1>

<iframe src="https://www.amazon.com" title="Amazon online shopping site">
</iframe>

</body>
</html>
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Some websites use the so-called Same Origin Policy to prevent themselves from being embedded in iframe tags in pages served from other servers. To do this they send X-Frame-Options headers in their pages, and the browsers honor them.

Amazon.com, for example, sends this header.

 x-frame-options: SAMEORIGIN

So, you won't be able to embed it in an iframe. If you try to do it you can see what happens by looking at your browser devtools console and network tabs.

Why? Because cybercreeps trying to phish web site users.

about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!