0
Why i could not access my own website in iframe ?
8 Antworten
+ 4
<iframe src="https://crazycoding.epizy.com/Project/Tudo/" style="border:medium solid red" width="100%" height="600px"></iframe>
You forgot to add "src" to your code.
+ 4
the error says:
Refused to display 'https://support.google.com/' in a frame
because it set 'X-Frame-Options' to 'sameorigin'.
Line: 1
Read this:
https://stackoverflow.com/questions/41522652/refused-to-display-url-in-a-frame-because-it-set-x-frame-options-to-sameori
+ 3
Where is the code having the mentioned issue?
Can you post it if possible?
0
Mirielle not working yet..
https://code.sololearn.com/WSFq4NbdaDo4/?ref=app
0
rkk after add "src" not working.
0
My website develop with php code.
0
https://crazycoding.epizy.com/Project/Tudo/index.php
Thats proper link...