I'm trying to invoke a website inside an iframe but I get an error in console Refused to display 'https://abcd.ac.in/' in a frame because it set 'X-Frame-Options' to 'sameorigin.
i've tried an alternatives  and  still it throws the same error
            Asked
            
        
        
            Active
            
        
            Viewed 361 times
        
    0
            
            
        
        Mohammed Muzammil
        
- 644
 - 9
 - 17
 
- 
                    Did you try change the settings of your server? – Fabio Assuncao Jul 17 '20 at 09:08
 - 
                    @FabioAssuncao I want to add google meet homepage in my iframe – Mohammed Muzammil Jul 17 '20 at 09:13
 
1 Answers
0
            
            
        It means that the site you're trying to put into iframe has it blocked. There is a discussion already on how to do it anyway. You may want to have a look at this topic:
        Andrzej Dzirba
        
- 337
 - 2
 - 12