Je cherche une solution à ce problème d'iframe
domain.com/:1 Refused to display 'domain.com/?q=node/add/editor' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
domain.com/?q=node/add/editor
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE
domain.com/:1 Refused to display 'domain.com/?q=node/add/editor' in a frame because it set 'X-Frame-Options' to 'sameorigin'.
pay.webintellizer.com/?q=node/add/editor
Failed to load resource: net::ERR_BLOCKED_BY_RESPONSE
Pour info les deux sites sont basés sur drupal, s'il a un code spécial. J'ai déjà testé le même domaine et un domaine différent tous les deux url pour iframe mais même erreur.
Comme expliqué sur https://stackoverflow.com/a/33777934/195812 vérifiez votre valeur x-frame-options
... ils ont interdit le chargement de la ressource dans une iframe en dehors de leur domaine. Cet iframe n'est donc pas en mesure d'afficher le domaine croisé.