Is it possible to use iframe with localhost address in source ?

ReDeYeDeViL

New Member
My HTML markup is pretty simple\[code\]....<iframe width="800" height="800" src="http://localhost:69345/Handler.ashx"/>...\[/code\]but this page is blocked by all browser that I've used.I'm wondering is there any workaround for this issue?Surely, I completely understand that in case when my page will be deployed in production there will be no problems. However, how can I do any testing if iframe is blocked on local?Thank you in advanced
 
Back
Top