Anti hotlink et site en https

Résolu
animostab Messages postés 2829 Date d'inscription   Statut Membre Dernière intervention   -  
animostab Messages postés 2829 Date d'inscription   Statut Membre Dernière intervention   -
Bonjour,

j'ai un script anti hotlink (par condition de http_referer) mais un site en https ne semble pas en tenir compte (ca marche pour les autres)

voici ce que j'ai essayé comme rewritecond --> url, ip, http_referer
le morceau de code (RewriteCond uniquement)

RewriteCond %{REQUEST_URI} ^https://www.mindomo.com/fr/mindmap/timeup-pour-le-fle-a70db06e3737495e8bd5ad395cfc6c39 [NC,OR]
RewriteCond %{REMOTE_ADDR} ^144\.76\.88\.82 [NC,OR]
RewriteCond %{HTTP_REFERER} ^https?://(www\.)?mindomo\.com/ [NC,OR]
RewriteCond %{HTTP_REFERER} ^http://(.+\.)?mindomo\.com/ [NC,OR]


la page en question
www.mindomo.com/fr/mindmap/timeup-pour-le-fle-a70db06e3737495e8bd5ad395cfc6c39

quelqu'un aurait il une solution merci


A voir également:

2 réponses

animostab Messages postés 2829 Date d'inscription   Statut Membre Dernière intervention   738
 
Un up ... personne ?
0
animostab Messages postés 2829 Date d'inscription   Statut Membre Dernière intervention   738
 
Re UP !
comment interdire ce domaine avec .htaccess (anti hotlink)
www.mindomo.com
il est bien sur en https
Merci
0
animostab Messages postés 2829 Date d'inscription   Statut Membre Dernière intervention   738
 
Bon pas de réponse
la norme https n'envoie pas de referer au navigateur donc apparemment pas de solutions
0