Lofesa edited a comment on issue #1981: Images Not Showed
URL: 
https://github.com/apache/incubator-pagespeed-mod/issues/1981#issuecomment-583343367
 
 
   Not necesarly.  But some thing is blocking these request and the easy 
response is a .httacces or a firewall rule.
   I take a closer look and see that headers from the forbiden request are at 
least curious.
   A normal image have the header content-type set to some like image/jpg, 
image/webp and so.
   But these images have a content-type text/html.
   When a url is rewrited by pagespeed have some "clues" about it in the 
headers:
   etag is set to W/0 or PSA+some string, have a link header to point to the 
canonical url, an X-Original-Content-Length to show the original size.....
   But these images don´t have any of these headers, like pagespeed don´t touch 
it.
   Even with pagespeed off 
(https://ecosistemigroup.com/it/?PageSpeed=unplugged) these images don´t load 
cause a 403 Forbidden error.
   So the problem is not the pagespeed module, I think.
   
   EDIT: Requesting the image 
(https://ecosistemigroup.com/img/cms/logo%20per%20mail%20con%20marchio_1.jpg) 
returns a 403 too
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to