0

I have a use case where in I have to embed sites like either walmart.ca or voila.ca in an IFrame in our website to show the products via search and give the customers ability to add the products to their cart within walmart or voila through our iframe . I tried their search url's however they are not allowing to be embed in our Iframe as their X-Frame-options is set to sameorigin . so How can I achieve this without any paid API's or paid integration with respective sites?

I have tried those url's inside iframe in our react based website however its not working at all . I have also tried to call the API in useeffect and pass the data to iframe through srcDoc attribute but even its not working. As per my understanding its happening because of their X-Frame-Options set to same origin.so can you please help me on how to overcome this

0 Answers0