Lincoln Mitchell wrote:
> <img src="http://www.absnetwork.com.au/abs_consult-106079.jpg";>
> <img src="http://static-r.arttoday.com/thb/thb13/JU/5366_C00347/
> 4559477.thb.jpg?dlsmC0034765">
>
> only the 1st image appears, but if I save the HTML cocoon generates
> and open that html file independent of cocoon the 2nd image also appears!

That's because static-r.arttoday.com seems to forbid access to their
images from unapproved referrers, but allows access with no referrer.

Besides, it's considered very rude to embed media from a different site
in your web page without permission, even if the copyright would allow it.

I suppose you should fetch the image once only, with a blank referrer
header, and serve it to your users from your server.  You should also
cache it in a database or in the filesystem for future requests.

I don't have a clue how to do that in Cocoon :-)


Tobia

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to