How to solve - "Refused to display in a frame because it set X-Frame-Options to sameorigin" in ORO-CRM

1.8k Views Asked by At

If i try to create order from ORO-CRM getting error like,

enter image description here

How to solve the X-Frame-Options to "sameorigin" issue?

1

There are 1 best solutions below

4
On

I think this has nothing to do with ORO CRM. The domain your are requesting has header set so you cant use that URL inside an iframe. This is a security standard from almost all browsers to not allow show content on iframe if that header is being set. If that URL is from your own server you should match its origins in this case domains must match. Or you can try to remove x-frame-options from the headers.