I have a third site (Confluence), which refers to images that are protected by login.
If the current user is registered in the image, it is displayed if the image URL is not redirected to the login form.
Example
<img src="secure/myimage.gif" />
Entering this URL in the browser redirects to the login page.
Now the problem: IE shows a terrible red X for the image, although it should not contain anything (for example, in Firefox). Does anyone know how to get around this?
source share