working the solucion sameorigin not habilitar found because always allow all html iframe x-frame-options

html - the - x-frame-options allow all



Solución genérica del problema ''X-Frame-Options'' a ''SAMEORIGIN'' (1)

teespring.com le dice a los navegadores de sus visitantes que no deberían mostrarlo en un marco.

Tienes cuatro opciones:

  • Habla con cualquiera que ejecute teespring.com y teespring.com que no haga eso
  • Solo conéctelos en lugar de tratar de meterlos en un marco
  • No apunte a sus visitantes a ellos en absoluto
  • Proxy su sitio y apunte el iframe a su proxy (esto puede entrar en territorio de infracción de derechos de autor)

Estoy intentando abrir http://teeSpring.com/ en un iframe. Está lanzando Refused to display ''http://teespring.com/'' in a frame because it set ''X-Frame-Options'' to ''SAMEORIGIN''. error.
He pasado por múltiples respuestas, pero nada de eso funcionó para mí. La mayoría de las soluciones son específicas de google-maps, facebook o youtube video.
Aquí está mi código:

<html> <head> <base target="_blank" /> <script src="http://code.jquery.com/jquery-1.11.0.min.js"></script> </head> <body> <iframe src="http://teespring.com" name="frame1" style="border: 0; width:20%; height:20%; overflow:auto;"> </iframe> </body> </html>

Usé target="_blank" pero no tuve suerte.

Nota: Intenta abrir páginas de terceros. Así que no tengo control sobre agregar encabezado u otros metadatos.