I am trying to embed Stack OverFlow website into a html page using iFrame, but I am unable to do that. I have tried to embed my other two websites and those are displaying correctly and this one is not getting displayed in my page.
The iFrame i used in the code:
 <iframe src="https://stackoverflow.com/questions/20199126/reading-json-from-a-file" style="height: 300px; width: 100%;"></iframe>
And the error is
 Refused to display 'https://www.stackoverflow.com/' in a frame because it set 'X-Frame-Options' to 'deny'. 
Please tell me is there any method to access the Stack OverFlow.
Thanks in advance
 
    