You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pagespeed.apache.org by GitBox <gi...@apache.org> on 2018/04/01 15:24:21 UTC

[GitHub] eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript

eldk commented on issue #1761: MapProxyDomain don't rewrite nor proxy pictures included in javascript
URL: https://github.com/apache/incubator-pagespeed-mod/issues/1761#issuecomment-377794179
 
 
   Hello,
   
   For case a, it seems like picture is delivered through IPRO (url is not rewritten with mod_pagespeed stuff : 
   
   ```
   cache-control: max-age=31098734
   content-length: 7440
   content-type: image/webp
   date: Sun, 01 Apr 2018 15:10:54 GMT
   etag: W/"PSA-aj-HGZ0HD23a-"
   expires: Wed, 27 Mar 2019 13:43:08 GMT
   server: Apache/2.4.29
   status: 200
   vary: User-Agent,Save-Data
   x-content-type-options: nosniff
   x-original-content-length: 18195
   ```
   
   Same picture when included in HTML :
   
   ```
   cache-control: max-age=31536000
   content-length: 7440
   content-type: image/webp
   date: Sun, 01 Apr 2018 15:10:54 GMT
   etag: W/"0"
   expires: Mon, 01 Apr 2019 14:48:50 GMT
   last-modified: Sun, 01 Apr 2018 14:48:50 GMT
   link: <https://domain.tld/IMG/picture.jpg>; rel="canonical"
   server: Apache/2.4.29
   status: 200
   x-original-content-length: 18195
   ```
   

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


With regards,
Apache Git Services