Forum Moderators: phranque
More details:
Flash is accessing the image through URLRequest
The rewrite looks like this:
RewriteRule .*\.(jpg¦jpeg¦gif¦png¦bmp)$ - [F,NC]
Not sure what else you may need to know, but any help would be great
Thanks!
The most common error is that no provision was made to *allow* requests with blank HTTP Referer request headers. Many if not most media players and plug-ins do not send the HTTP Referer header, and if the Referer is being checked against a whitelist and that whitelist does not include a blank value, then the request will be denied.
Allowing blank referers constitutes a 'hole' in the anti-hotlinking scheme, since it will allow direct type-ins and bookmark access to the media files' URLs. However, since many media players and plug-ins don't send a referer, since many ISPs' use caching proxies in their networks which won't send a referer (e.g. AOL and EarthLink), and since many "Internet Security" software packages block the HTTP Referer header (often by default and without the user's knowledge), we really don't have a choice.
Jim