display nopCommerce in iFrame

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 7 ans
Hi,
is there a way to setup nopCommerce to be shown in an iFrame?
The shop itself displays in an iFrame but the shopping cart won't display because
X-Frame-Options is set to SAMEORIGIN. This won't allow usage in iFrames.

Has anybody an idea how to get this working without recompiling?

Thanks in advance,
regards Florian
Il y a 4 ans
I face same problem any solution?
Il y a 4 ans
I think it is not possible.
Il y a 4 ans
Actually the original question contains the answer.

Just remove
<add name="X-Frame-Options" value="SAMEORIGIN" /
from the web.config file
Il y a 4 ans
I remove it but same thing
Add added <remove....
And <add na.. Value='allow-from'
I take deplicate header
I remove it and also get same thing
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.