On my way back Share this:Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)Like this:Like Loading... Related
I believe your server is configured to prevent hot linking, which means that I don’t get to see any of these pictures in my feed reader :( Finally got around to clicking through to see what I’m missing out on! This succeeds: curl -vvv https://val.demar.in/wp-content/uploads/2016/03/12783182_786348701471803_1099478761_n.jpg >/dev/null But this fails: curl -vvv -H ‘Referer: http://newsblur.com/asdf‘ https://val.demar.in/wp-content/uploads/2016/03/12783182_786348701471803_1099478761_n.jpg >/dev/null
…sorry for missing this comment earlier. I’ll look into this. I have tried your second query, and it appears to be working from here: < HTTP/1.1 200 OK < Server: nginx/1.8.0 < Date: Wed, 15 Jun 2016 07:40:18 GMT < Content-Type: image/jpeg < Content-Length: 113540 < Last-Modified: Mon, 14 Mar 2016 20:16:41 GMT < Connection: keep-alive < ETag: "56e71c29-1bb84" < Expires: Thu, 31 Dec 2037 23:55:55 GMT < Cache-Control: max-age=315360000 < Accept-Ranges: bytes I must be missing something... Thanks anyway! Hope everything is good :)
I believe your server is configured to prevent hot linking, which means that I don’t get to see any of these pictures in my feed reader :( Finally got around to clicking through to see what I’m missing out on!
This succeeds:
curl -vvv https://val.demar.in/wp-content/uploads/2016/03/12783182_786348701471803_1099478761_n.jpg >/dev/null
But this fails:
curl -vvv -H ‘Referer: http://newsblur.com/asdf‘ https://val.demar.in/wp-content/uploads/2016/03/12783182_786348701471803_1099478761_n.jpg >/dev/null
…sorry for missing this comment earlier. I’ll look into this. I have tried your second query, and it appears to be working from here:
< HTTP/1.1 200 OK < Server: nginx/1.8.0 < Date: Wed, 15 Jun 2016 07:40:18 GMT < Content-Type: image/jpeg < Content-Length: 113540 < Last-Modified: Mon, 14 Mar 2016 20:16:41 GMT < Connection: keep-alive < ETag: "56e71c29-1bb84" < Expires: Thu, 31 Dec 2037 23:55:55 GMT < Cache-Control: max-age=315360000 < Accept-Ranges: bytes I must be missing something... Thanks anyway! Hope everything is good :)