BigBoiJefe
Chevereto Member
@Rodolfo I brought this issue up in a previous thread but it was marked as solved but it wasn't. The site name is clumsythumbs.com
I got this from the maxcdn support team, and because of this I cant enable hotlink protection because the the inner pages return page can't be found. However, the explore images still show. Please help.
"Here's the thing: You make a HTTP HEAD request to maxCDN before you render the HTML. This HEAD asking for the image fails because it doesn't contain the HTTP referrer header and subsequently the HTML is not delivered from your origin server. Instead, your origin server returns a 404.
We could verify that. Here's a sample request from your origin server before you generate the HTML. It does not contain a referrer.
usse01| 1432823278.126|usse|216.218.189.80|403|202|uid5424|zid12052|i.clumsythumbs.com|-|"HEAD /2015/01/11/70568.jpg HTTP/1.1"|[28/May/2015:16:27:58 +0200]|"-"|"-"|http|US|United States|Fremont|CA|37.5155|-121.8962|"AS6939 Hurricane Electric, Inc."
Please change this logic on your origin server so that the HTML will always be returned. "
I got this from the maxcdn support team, and because of this I cant enable hotlink protection because the the inner pages return page can't be found. However, the explore images still show. Please help.
"Here's the thing: You make a HTTP HEAD request to maxCDN before you render the HTML. This HEAD asking for the image fails because it doesn't contain the HTTP referrer header and subsequently the HTML is not delivered from your origin server. Instead, your origin server returns a 404.
We could verify that. Here's a sample request from your origin server before you generate the HTML. It does not contain a referrer.
usse01| 1432823278.126|usse|216.218.189.80|403|202|uid5424|zid12052|i.clumsythumbs.com|-|"HEAD /2015/01/11/70568.jpg HTTP/1.1"|[28/May/2015:16:27:58 +0200]|"-"|"-"|http|US|United States|Fremont|CA|37.5155|-121.8962|"AS6939 Hurricane Electric, Inc."
Please change this logic on your origin server so that the HTML will always be returned. "