How to Block images (img tags) from an iFrame?
Posted
by ramayac
on Stack Overflow
See other posts from Stack Overflow
or by ramayac
Published on 2010-03-15T16:08:28Z
Indexed on
2010/03/15
16:09 UTC
Read the original article
Hit count: 150
Hello, Im searching for ideas to solve the following problem:
I'm loading an URL (any for that matter) into an iFrame, and then block (server side) all image tags, o object tags before sending the page to the client.
--
What I was thinking to do is: fetching the URL, and then manipulating the fetched content using a Java library (any recomendation on that matter?). And after that, send the modify content to que client.
Would that be the best approach to solve this problem? suggestions are wellcome :)
© Stack Overflow or respective owner