hotlinking Questions
3
Solved
I want to create picture editor in js+jquery. At the first step i ask user to give image url. But I come across problem when i try load image data inside JS (to generate base64 image uri). I get er...
Dorolisa asked 24/3, 2017 at 13:22
4
Solved
I am running a website and I would like to protect all the PDF files inside the WordPress uploads folder from external access and hotlinking.
I am already using a user authentication to protect t...
Damarisdamarra asked 26/7, 2018 at 10:12
10
Solved
I would like to create a web site with many images. But I would like to protect against direct access to images, e.g. direct links to images without visiting the web site.
What is the prefer...
Isagogics asked 21/10, 2010 at 17:44
7
Solved
I'm using Apache and I have a sample web folder on my Local Host, like:
http://localhost/test/
Files in the test folder:
index.html
sample.jpg
.htaccess
Sample source of index.ht...
Prefiguration asked 19/4, 2012 at 21:2
7
I use Amazon Cloudfront to host all my site's images and videos, to serve them faster to my users which are pretty scattered across the globe. I also apply pretty aggressive forward caching to the ...
Breadroot asked 13/4, 2011 at 17:9
7
Solved
Is there any way I can prevent hotlinking on Amazon S3 without using signed URLs?
Nonconformity asked 4/6, 2009 at 6:12
1
Solved
I would like to do the typical thing where you make sure a referrer header matches your host, using htaccess. However I would like to do this without hard coding the domain name, so the htaccess co...
Catnap asked 14/9, 2013 at 0:29
1
Solved
Am having some issue fixing media file hotlink or download using IDM, am working on serving a video file using PHP and it works fine, but I notice that IDM installed on my computer was able to add ...
Signify asked 9/1, 2013 at 11:6
4
Solved
Just recently, Google has introduced a new interface of their Image Search. From January 25 2013 on, full size images are shown directly inside Google, without sending visitors to the source site. ...
Icecap asked 10/2, 2013 at 8:31
4
Solved
I want to download images from other websites that are hotlink protected. I don't want to link those images to my website. I just wanted to download them.
Mucus asked 6/1, 2010 at 5:14
2
Solved
Is it possible to bypass "hotlink" image protection? i'm not trying to post it on other sites just to download.
when i download the following image, using wget:
http://comicsbook.ru/upload/%D0%9A%...
Spada asked 10/10, 2012 at 21:4
2
Solved
I'd like to allow anyone to play a video located in my s3 on my site as the src on a <video> tag but not allow people to use it as a src on their site or to play the video directly by typing ...
Virgy asked 17/7, 2012 at 12:35
4
Solved
I am going to build a site using Google App Engine. My public site contains thousands of pictures. I want to store these pictures in the Cloud: Google Storage or Amazon S3 or Google App Engine Blob...
Guidon asked 1/7, 2011 at 21:17
1
In IE and Chrome, if your swf object requests a url (mp3 file for example) it will also pass the HTTP_REFERER in the request.
The HTTP_REFERER will be the url of the swf object.
This does not happ...
Samualsamuel asked 16/2, 2011 at 8:58
3
Solved
I have a website where users should be able to log in and listen to a song (a self-created mp3). I want to make it so the logged in user can listen/download/whatever, and the file should reside on ...
Abbatial asked 19/8, 2011 at 20:39
4
Solved
What is the best/simplest way to prevent people hotlinking to images from my hosted ASP.NET website? I don't need to prevent all images/resources from hotlinking, I just want to prevent hotlinking ...
Cloudcapped asked 15/3, 2009 at 21:39
6
Solved
Just wondering if there's a website out there that allows you to hotlink to the latest version of jquery. Does Google code allow you, or does jQuery.com itself?
What I'm not looking for is a site ...
Julietjulieta asked 5/9, 2009 at 14:28
8
Solved
This will probably get a pretty nasty response, but my server isn't the fastest at the moment, and my site loads much faster if I hotlink from the jQuery homepage so they server the content. Is thi...
Indorse asked 28/6, 2011 at 22:59
5
Solved
What's faster? Hot linking (inline linking) to an absolute URI or hosting the resource yourself and using a relative URI?
In his tutorial on how to style HTML5 elements in Internet Explorer, Remy ...
Diplomate asked 1/3, 2011 at 18:2
2
Solved
So I've got this in my site .htaccess file to prevent hotlinking of images, JS and CSS from all other domains.
RewriteCond %{HTTP_REFERER} !^$
RewriteCond %{HTTP_REFERER} !^http://(www\.)?mydomain...
Guarantee asked 7/8, 2009 at 16:59
1
My application is on GAE and I'm trying to figure out how to prevent hotlinking of images dynamically served (e.g. /image?id=E23432E) in Python. Please advise.
Epizoon asked 24/5, 2009 at 5:21
1
© 2022 - 2024 — McMap. All rights reserved.