I'm trying to embed an image in a blogger blog post that is stored in an .htaccess/.htpasswd protected directory and not have the actual image display without visitors clicking a non-password protected thumbnail to be prompted for username/password. Paths are as follows:
thumbnail: /mysite/thumbs/image-t.jpg (non-protected directory)
image: /mysite/gallery/image.jpg (protected directory)
When posted/saved this way on blogger, the thumbnail is embedded in the post and is clickable, as expected/desired. However, when a visitor clicks on that thumbnail, the image is displayed without a login prompt as if not protected. If I type in the URL directly in my browser to the protected image, I am prompted to login. Can anybody explain this?