I have a webserver which is running locally. When I do a wget in my notebook with the localhost:portNumber url. It seems to work fine downloading the html file.
But when I try to render it in iframe. I am getting blank data as shown in the below image. Trying to figure out what is happening. It is not even showing any exception. :(