Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のページに iframe を使用したいのですhttp://192.155.83.120:5000/r/2が、URL が index.html のようなものを生成しないため、サポートされておらず、iframe が空白であることがわかりました。
http://192.155.83.120:5000/r/2
このRubyアプリで同じページをindex.htmlまたは同様のものとして生成する方法があるかどうかは完全にはわかりません-誰かが回避策を持っていますか?
ヘッダーの Web ページは次を返します。
X-Frame-Options: sameorigin
つまり、同じドメインとポートとプロトコルを共有しない限り、サイトの iframe 内に配置することはできません。